aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/t_test1.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/t_test1.py')
-rw-r--r--src/benchmarks/t_test1.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/benchmarks/t_test1.py b/src/benchmarks/t_test1.py
index d892a15..cbb9051 100644
--- a/src/benchmarks/t_test1.py
+++ b/src/benchmarks/t_test1.py
@@ -55,8 +55,12 @@ class BenchmarkTTest1(Benchmark):
autoticks=False)
# Speed Matrix
- self.write_best_doublearg_tex_table(yval,
- filepostfix="memusage.matrix")
+ self.write_best_doublearg_tex_table(yval, filepostfix="mops.matrix")
+
+ self.write_tex_table([{"label": "MOPS/s",
+ "expression": yval,
+ "sort": ">"}],
+ filepostfix="mops.table")
self.export_stats_to_csv("task-clock")