Skip to content
Snippets Groups Projects
Commit 7f37f93a authored by Florian Fischer's avatar Florian Fischer
Browse files

fix larson

parent 523ffb4e
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ class Benchmark_Larson( Benchmark ): ...@@ -32,7 +32,7 @@ class Benchmark_Larson( Benchmark ):
def summary(self, sumdir): def summary(self, sumdir):
# Plot threads->throughput and maxsize->throughput # Plot threads->throughput and maxsize->throughput
self.plot_fixed_args("{throughput}", self.plot_fixed_arg("{throughput}",
ylabel="'OPS/s'", ylabel="'OPS/s'",
title = "'Larson: ' + arg + ' ' + str(arg_value)", title = "'Larson: ' + arg + ' ' + str(arg_value)",
sumdir=sumdir) sumdir=sumdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment