diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-21 14:19:38 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-21 14:19:38 +0100 |
| commit | 9cf7987ca27bcc54c1326c2d7256543a332c3ff1 (patch) | |
| tree | 637df2da3aeb50ee94ab5dc7564e54eca79d9cb6 /src/benchmarks/cfrac.py | |
| parent | ff939e64efa808c06d8a548bf133a9dea9b1023c (diff) | |
| download | allocbench-9cf7987ca27bcc54c1326c2d7256543a332c3ff1.tar.gz allocbench-9cf7987ca27bcc54c1326c2d7256543a332c3ff1.zip | |
use plots from src.plots
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": "<" |
