diff options
Diffstat (limited to 'src/benchmarks/larson.py')
| -rw-r--r-- | src/benchmarks/larson.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/larson.py b/src/benchmarks/larson.py index 5f153ea..d2e9286 100644 --- a/src/benchmarks/larson.py +++ b/src/benchmarks/larson.py @@ -85,14 +85,14 @@ class BenchmarkLarson(Benchmark): "{throughput}/1000000", ylabel="MOPS/s", title="Larson: {arg} {arg_value}", - filepostfix="throughput") + file_postfix="throughput") plt.plot_fixed_arg( self, "({L1-dcache-load-misses}/{L1-dcache-loads})*100", ylabel="l1 cache misses in %", title="Larson cache misses: {arg} {arg_value}", - filepostfix="cachemisses") + file_postfix="cachemisses") larson = BenchmarkLarson() |
