aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allocbench/benchmarks/larson.py4
1 files 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")