We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91aa38 commit 1ab4b58Copy full SHA for 1ab4b58
src/test/db_benchmark/db_benchmark.ml
@@ -63,10 +63,6 @@ let () =
63
Printf.printf " Warmup keys: %d\n"
64
(Common.warmup_blocks * Common.keys_per_block) ;
65
Printf.printf "\n" ;
66
- Printf.printf
67
- "NOTE: Each benchmark iteration includes warmup + operation + cleanup.\n" ;
68
- Printf.printf "This ensures fair comparison but may take some time.\n" ;
69
- Printf.printf "\n" ;
70
71
(* Run benchmarks *)
72
Command.run (Bench.make_command (all_benchmarks ()))
0 commit comments