aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/keydb.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-04-07 17:22:53 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-04-07 17:22:53 +0200
commit7db2f0449594945e221ad85e10146886d8f5fe8c (patch)
tree1be32bfaccaf746d47cc90c8404f3110f362c5e2 /src/benchmarks/keydb.py
parent60c3db918e7194f5b26a1d4d5435ced1855fafc7 (diff)
downloadallocbench-7db2f0449594945e221ad85e10146886d8f5fe8c.tar.gz
allocbench-7db2f0449594945e221ad85e10146886d8f5fe8c.zip
fix keydb and loop summaries
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 8502e21..92470b0 100644
--- a/src/benchmarks/keydb.py
+++ b/src/benchmarks/keydb.py
@@ -114,7 +114,7 @@ class BenchmarkKeyDB(Benchmark):
"{totals_ops}",
fig_options={
'ylabel': "'OPS/second'",
- 'title': "KeyDB Operations - {arg}: {arg_value}",
+ 'title': "KeyDB Operations - {fixed_part_str}",
},
file_postfix="total_ops")
@@ -122,7 +122,7 @@ class BenchmarkKeyDB(Benchmark):
"{keydb_vmhwm}",
fig_options={
'ylabel': "'VmHWM [KB]'",
- 'title': "KeyDB Memusage - {arg}: {arg_value}",
+ 'title': "KeyDB Memusage - {fixed_part_str}",
},
file_postfix="vmhwm")