From 7db2f0449594945e221ad85e10146886d8f5fe8c Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 7 Apr 2020 17:22:53 +0200 Subject: fix keydb and loop summaries --- src/benchmarks/keydb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/benchmarks/keydb.py') 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") -- cgit v1.2.3