aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/redis.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/redis.py')
-rw-r--r--src/benchmarks/redis.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/benchmarks/redis.py b/src/benchmarks/redis.py
index 827b14c..b487baf 100644
--- a/src/benchmarks/redis.py
+++ b/src/benchmarks/redis.py
@@ -87,9 +87,14 @@ class BenchmarkRedis(Benchmark):
def summary(self):
self.barplot_single_arg("{requests}",
ylabel='"requests per s"',
- title='"redis benchmark"',
+ title='"redis throughput"',
filepostfix="requests")
+ self.barplot_single_arg("{redis_vmhwm}",
+ ylabel='"VmHWM in KB"',
+ title='"redis memusage"',
+ filepostfix="vmhwm")
+
self.export_stats_to_dataref("requests")