diff options
Diffstat (limited to 'src/benchmarks/redis.py')
| -rw-r--r-- | src/benchmarks/redis.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/redis.py b/src/benchmarks/redis.py index 71d9227..cfad489 100644 --- a/src/benchmarks/redis.py +++ b/src/benchmarks/redis.py @@ -84,12 +84,12 @@ class BenchmarkRedis(Benchmark): plt.barplot_single_arg(self, "{requests}", ylabel='"requests per s"', title='"redis throughput"', - filepostfix="requests") + file_postfix="requests") plt.barplot_single_arg(self, "{redis_vmhwm}", ylabel='"VmHWM in KB"', title='"redis memusage"', - filepostfix="vmhwm") + file_postfix="vmhwm") plt.export_stats_to_dataref(self, "requests") |
