diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-28 23:05:45 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-28 23:05:45 +0200 |
| commit | bc59bb3fae89a283034bfe914e0911ad71761aaf (patch) | |
| tree | 6eba6ae72880f578464d804252f24fe2054a9853 | |
| parent | 88af565f1d3bba97bcb3e2e446e8d86a8df18b40 (diff) | |
| download | allocbench-bc59bb3fae89a283034bfe914e0911ad71761aaf.tar.gz allocbench-bc59bb3fae89a283034bfe914e0911ad71761aaf.zip | |
fix analyse
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ def main(): if "malt" in bench.results: del(bench.results["malt"]) - if "malt" in bench.results["stats"] + if "malt" in bench.results["stats"]: del(bench.results["stats"]["malt"]) # restore allocs bench.allocators = old_allocs |
