diff options
| -rw-r--r-- | src/benchmarks/loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index ea35adc..58d4935 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -44,7 +44,7 @@ class Benchmark_Loop(Benchmark): # Speed Matrix self.write_best_doublearg_tex_table("perm.nthreads / ({task-clock}/1000)", - filepostfix="memusage.matrix") + filepostfix="time.matrix") self.export_stats_to_csv("task-clock") self.export_stats_to_dataref("task-clock") |
