diff options
Diffstat (limited to 'src/benchmarks/keydb.py')
| -rw-r--r-- | src/benchmarks/keydb.py | 4 |
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") |
