Skip to content

Commit a60e266

Browse files
author
David Scott
committed
xenvm benchmark: correct the title in the benchmark.gp file
Signed-off-by: David Scott <[email protected]>
1 parent 5385917 commit a60e266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xenvm/xenvm.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ let benchmark copts (vg_name,_) volumes threads =
234234
let oc = open_out "benchmark.gp" in
235235
Printf.fprintf oc "set xlabel \"LV number\"\n";
236236
Printf.fprintf oc "set ylabel \"Time/seconds\"\n";
237-
Printf.fprintf oc "set title \"Creating and then destroying 1000 LVs\"\n";
237+
Printf.fprintf oc "set title \"Creating and then destroying %d LVs\"\n" volumes;
238238
Printf.fprintf oc "plot \"benchmark.dat\" with points\n";
239239
close_out oc;
240240
return () in

0 commit comments

Comments
 (0)