From 5d4582908426099e405b991101513662021d9dbd Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 9 May 2020 13:21:12 +0200 Subject: larson.py: fix plot titles --- allocbench/benchmarks/larson.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allocbench/benchmarks/larson.py b/allocbench/benchmarks/larson.py index b7acb71..f416b4f 100644 --- a/allocbench/benchmarks/larson.py +++ b/allocbench/benchmarks/larson.py @@ -85,7 +85,7 @@ class BenchmarkLarson(Benchmark): "{throughput}/1000000", fig_options={ 'ylabel': "MOPS/s", - 'title': "Larson: {arg} {arg_value}", + 'title': "Larson: {fixed_part_str}", }, file_postfix="throughput") @@ -93,7 +93,7 @@ class BenchmarkLarson(Benchmark): "({L1-dcache-load-misses}/{L1-dcache-loads})*100", fig_options={ 'ylabel': "l1 cache misses in %", - 'title': "Larson cache misses: {arg} {arg_value}", + 'title': "Larson cache misses: {fixed_part_str}", }, file_postfix="cachemisses") -- cgit v1.2.3