aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-04-28 23:05:45 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-04-28 23:05:45 +0200
commitbc59bb3fae89a283034bfe914e0911ad71761aaf (patch)
tree6eba6ae72880f578464d804252f24fe2054a9853
parent88af565f1d3bba97bcb3e2e446e8d86a8df18b40 (diff)
downloadallocbench-bc59bb3fae89a283034bfe914e0911ad71761aaf.tar.gz
allocbench-bc59bb3fae89a283034bfe914e0911ad71761aaf.zip
fix analyse
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 685ff80..f7a513e 100755
--- a/bench.py
+++ b/bench.py
@@ -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