Skip to content

Commit 1ab4b58

Browse files
committed
Remove uninformative comment
1 parent f91aa38 commit 1ab4b58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/db_benchmark/db_benchmark.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ let () =
6363
Printf.printf " Warmup keys: %d\n"
6464
(Common.warmup_blocks * Common.keys_per_block) ;
6565
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" ;
7066

7167
(* Run benchmarks *)
7268
Command.run (Bench.make_command (all_benchmarks ()))

0 commit comments

Comments
 (0)