diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-15 01:46:48 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-15 01:46:48 +0200 |
| commit | 7f37f93a7ec41924d2c7b9137f70defa3e94a0bb (patch) | |
| tree | 6d0da6bf1f954f19ab1f5e2e767c9cdf6621de06 | |
| parent | 523ffb4e07da482fb8f6b5c9c95a7cbff687d485 (diff) | |
| download | allocbench-7f37f93a7ec41924d2c7b9137f70defa3e94a0bb.tar.gz allocbench-7f37f93a7ec41924d2c7b9137f70defa3e94a0bb.zip | |
fix larson
| -rw-r--r-- | larson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ class Benchmark_Larson( Benchmark ): def summary(self, sumdir): # Plot threads->throughput and maxsize->throughput - self.plot_fixed_args("{throughput}", + self.plot_fixed_arg("{throughput}", ylabel="'OPS/s'", title = "'Larson: ' + arg + ' ' + str(arg_value)", sumdir=sumdir) |
