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 5385917 commit a60e266Copy full SHA for a60e266
xenvm/xenvm.ml
@@ -234,7 +234,7 @@ let benchmark copts (vg_name,_) volumes threads =
234
let oc = open_out "benchmark.gp" in
235
Printf.fprintf oc "set xlabel \"LV number\"\n";
236
Printf.fprintf oc "set ylabel \"Time/seconds\"\n";
237
- Printf.fprintf oc "set title \"Creating and then destroying 1000 LVs\"\n";
+ Printf.fprintf oc "set title \"Creating and then destroying %d LVs\"\n" volumes;
238
Printf.fprintf oc "plot \"benchmark.dat\" with points\n";
239
close_out oc;
240
return () in
0 commit comments