aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-04-07 19:43:31 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-04-07 19:43:31 +0200
commitc5488be09515838150f15ee35d20e803333c4885 (patch)
treef6b8d6bec8d669cdf3152bacaf51620aaee4adbb
parent9bc26e7fe81ae11098499f1803144c4f737ca4ce (diff)
downloadallocbench-c5488be09515838150f15ee35d20e803333c4885.tar.gz
allocbench-c5488be09515838150f15ee35d20e803333c4885.zip
[keydb] fix VmHWM plot
-rw-r--r--allocbench/benchmarks/keydb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/benchmarks/keydb.py b/allocbench/benchmarks/keydb.py
index 12023fc..0fc5d82 100644
--- a/allocbench/benchmarks/keydb.py
+++ b/allocbench/benchmarks/keydb.py
@@ -125,7 +125,7 @@ class BenchmarkKeyDB(Benchmark):
file_postfix="total_ops")
plt.plot(self,
- "{keydb_vmhwm}",
+ "{keydb_VmHWM}",
fig_options={
'ylabel': "'VmHWM [KB]'",
'title': "KeyDB Memusage - {fixed_part_str}",