aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/keydb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/keydb.py')
-rw-r--r--src/benchmarks/keydb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/keydb.py b/src/benchmarks/keydb.py
index 3833a87..b8da614 100644
--- a/src/benchmarks/keydb.py
+++ b/src/benchmarks/keydb.py
@@ -113,11 +113,11 @@ class BenchmarkKeyDB(Benchmark):
plt.plot_fixed_arg(self, "{totals_ops}",
ylabel="'OPS/second'",
title="KeyDB Operations: {perm}",
- filepostfix="total_ops")
+ file_postfix="total_ops")
plt.plot_fixed_arg(self, "{keydb_vmhwm}",
ylabel="'VmHWM [KB]'",
title="KeyDB Memusage: {perm}",
- filepostfix="vmhwm")
+ file_postfix="vmhwm")
keydb = BenchmarkKeyDB()