Skip to content

Commit

Permalink
Add benchmark_reads_single_threaded.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Suryansh Gupta committed Jan 30, 2025
1 parent 4369c76 commit 3b3a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/benchmark_reads_single_threaded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int main(int argc, char *argv[])
// cout << "Got cmd argument" << endl;
}
}
cout << "Using batches of " << val << endl;
// cout << "Using batches of " << val << endl;

// cout << "Hello World" << endl;
do_reads_in_batches_of(val);
Expand Down

0 comments on commit 3b3a4a8

Please sign in to comment.