aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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