diff options
| -rw-r--r-- | allocbench/benchmarks/redis.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/allocbench/benchmarks/redis.py b/allocbench/benchmarks/redis.py index 3d09f9c..09248a5 100644 --- a/allocbench/benchmarks/redis.py +++ b/allocbench/benchmarks/redis.py @@ -91,11 +91,11 @@ class BenchmarkRedis(Benchmark): file_postfix="requests") plt.plot(self, - "{redis_vmhwm}", + "{redis_VmHWM}", plot_type='bar', fig_options={ - 'ylabel': '"VmHWM in KB"', - 'title': '"redis memusage"', + 'ylabel': 'VmHWM in KB', + 'title': 'redis memusage', }, file_postfix="vmhwm") |
