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 b8da614..343d356 100644
--- a/src/benchmarks/keydb.py
+++ b/src/benchmarks/keydb.py
@@ -112,12 +112,12 @@ class BenchmarkKeyDB(Benchmark):
def summary(self):
plt.plot_fixed_arg(self, "{totals_ops}",
ylabel="'OPS/second'",
- title="KeyDB Operations: {perm}",
+ title="KeyDB Operations - {arg}: {arg_value}",
file_postfix="total_ops")
plt.plot_fixed_arg(self, "{keydb_vmhwm}",
ylabel="'VmHWM [KB]'",
- title="KeyDB Memusage: {perm}",
+ title="KeyDB Memusage - {arg}: {arg_value}",
file_postfix="vmhwm")
keydb = BenchmarkKeyDB()