diff options
Diffstat (limited to 'summarize.py')
| -rwxr-xr-x | summarize.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/summarize.py b/summarize.py index 545d06c..9bf0bf5 100755 --- a/summarize.py +++ b/summarize.py @@ -24,7 +24,6 @@ import sys from allocbench.directories import set_current_result_dir, get_current_result_dir import allocbench.facter as facter -import allocbench.globalvars import allocbench.benchmark import allocbench.util from allocbench.util import print_status, set_verbosity, print_license_and_exit, get_logger @@ -62,8 +61,6 @@ def specific_summary(bench, sum_dir, allocators): if value["color"] is None: value["color"] = avail_colors.pop() - allocbench.globalvars.ALLOCATORS = allocators - bench.summary() bench.results["allocators"] = old_allocs os.chdir("..") |
