Skip to content

Commit

Permalink
perftest: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed Jan 26, 2022
1 parent 75f1b07 commit 59880df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perftest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ benchPingPong(unsigned netSize, unsigned n_parallel) {

auto start = clock::now();

for (unsigned i=0; i<n_parallel; i++)
for (unsigned i=0; i<n_parallel; i++)
ping(pong_node, locs[i].first);

{
Expand Down

0 comments on commit 59880df

Please sign in to comment.