From bc59bb3fae89a283034bfe914e0911ad71761aaf Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 28 Apr 2019 23:05:45 +0200 Subject: fix analyse --- bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench.py') 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 -- cgit v1.2.3