From 3bf39c214f62a43aa8b0e72112d65f079509f08a Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Jul 2020 21:09:59 +0200 Subject: [globalvars] remove list of available benchmarks from globalvars.BENCHMARK to benchmark.AVAIL_BENCHMARKS --- summarize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'summarize.py') diff --git a/summarize.py b/summarize.py index 95a2ae4..b91723e 100755 --- a/summarize.py +++ b/summarize.py @@ -121,7 +121,7 @@ def summarize(benchmarks=None, cwd = os.getcwd() os.chdir(allocbench.globalvars.resdir) - for benchmark in allocbench.globalvars.BENCHMARKS: + for benchmark in allocbench.benchmark.AVAIL_BENCHMARKS: if benchmarks and not benchmark in benchmarks: continue if exclude_benchmarks and benchmark in exclude_benchmarks: -- cgit v1.2.3