diff options
| -rw-r--r-- | allocbench/benchmarks/keydb.py | 2 |
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}", |
