We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb5528 commit 7f2917dCopy full SHA for 7f2917d
misc/code-generation-benchmarks/generate-graphs/graphs.ml
@@ -69,7 +69,7 @@ let measure_benchmark_set
69
in
70
let measure_at_param param =
71
print_int param;
72
- flush_all ();
+ (* flush_all (); *)
73
let benchmark_at_param =
74
Test.make_grouped ~name:"" ~fmt:"%s%s"
75
(List.map
0 commit comments