aboutsummaryrefslogtreecommitdiff
path: root/summarize.py
diff options
context:
space:
mode:
Diffstat (limited to 'summarize.py')
-rwxr-xr-xsummarize.py2
1 files changed, 1 insertions, 1 deletions
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: