We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feb23a commit 7d7037cCopy full SHA for 7d7037c
benchmarks/communication_benchmark.cpp
@@ -104,9 +104,6 @@ static void BM_ImportExportLargeData(benchmark::State& state) {
104
// Perform the import operation (this is what we want to measure)
105
main_comm->ImportData(import_info, data_container);
106
107
- // Validate that the imported data has the expected size.
108
- assert(data_container.GetData().size() == exp_data[0].size());
109
-
110
// Disconnect the main communication
111
Info disconnect_info;
112
main_comm->Disconnect(disconnect_info);
0 commit comments