From aaab28eff6583ce3822aa3119f58a3f4f644742d Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 10 Jun 2020 14:59:30 +0200 Subject: [redis.py] fix VmHWM plots --- allocbench/benchmarks/redis.py | 6 +++--- 1 file 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") -- cgit v1.2.3