aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmarks/cfrac.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/cfrac.py b/src/benchmarks/cfrac.py
index c82b3da..cc24945 100644
--- a/src/benchmarks/cfrac.py
+++ b/src/benchmarks/cfrac.py
@@ -28,12 +28,12 @@ class Benchmark_Cfrac(Benchmark):
# Memusage
self.barplot_single_arg("{VmHWM}",
ylabel='"VmHWM in KB"',
- title='"Cfrac WmHWM"',
+ title='"Cfrac VmHWM"',
filepostfix="vmhwm")
self.export_stats_to_dataref("task-clock")
- self.export_stats_to_dataref("VmWHM")
+ self.export_stats_to_dataref("VmHWM")
cfrac = Benchmark_Cfrac()