diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-13 17:08:39 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-13 17:08:39 +0200 |
| commit | 1d59b63de62ef2ac3cb5313f0162cef4de641cdf (patch) | |
| tree | 4188a4ef6158f67d1d14d17f4865f52b1e82d7c1 /bench.py | |
| parent | 47b6769088d2e3a1f51f3c11c8e402645d0d9650 (diff) | |
| download | allocbench-1d59b63de62ef2ac3cb5313f0162cef4de641cdf.tar.gz allocbench-1d59b63de62ef2ac3cb5313f0162cef4de641cdf.zip | |
improve descriptive statistics, csv-export and add general barplot function
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -168,7 +168,6 @@ def main(): else: print_error("malt not found. Skipping analyse.") - print_status("Running", bench.name, "...") bench.run(runs=args.runs) if need_resultdir: |
