Skip to content

Commit

Permalink
No flush
Browse files Browse the repository at this point in the history
  • Loading branch information
jO-Osko committed Jul 23, 2021
1 parent 1fb5528 commit 7f2917d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/code-generation-benchmarks/generate-graphs/graphs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let measure_benchmark_set
in
let measure_at_param param =
print_int param;
flush_all ();
(* flush_all (); *)
let benchmark_at_param =
Test.make_grouped ~name:"" ~fmt:"%s%s"
(List.map
Expand Down

0 comments on commit 7f2917d

Please sign in to comment.