diff options
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ def main(): if "malt" in bench.results: del(bench.results["malt"]) - if "malt" in bench.results["stats"]: + if "stats" in bench.results and "malt" in bench.results["stats"]: del(bench.results["stats"]["malt"]) # restore allocs bench.allocators = old_allocs |
