diff options
Diffstat (limited to 'src/benchmarks/loop.py')
| -rw-r--r-- | src/benchmarks/loop.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index b0c3929..a969f4a 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -94,4 +94,7 @@ class BenchmarkLoop(Benchmark): title='"Loop: 1024B"', postfix='mops_1024B') + # create pgfplot legend + self.pgfplot_legend() + loop = BenchmarkLoop() |
