diff options
Diffstat (limited to 'src/benchmarks/cfrac.py')
| -rw-r--r-- | src/benchmarks/cfrac.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/cfrac.py b/src/benchmarks/cfrac.py index 59c8858..07385eb 100644 --- a/src/benchmarks/cfrac.py +++ b/src/benchmarks/cfrac.py @@ -98,7 +98,7 @@ class BenchmarkCfrac(Benchmark): title="Cfrac VmHWM", filepostfix="vmhwm") - self.write_tex_table([{ + plt.write_tex_table(self, [{ "label": "Runtime [ms]", "expression": "{task-clock}", "sort": "<" |
