summaryrefslogtreecommitdiff
path: root/testsuite/driver/testlib.py
diff options
context:
space:
mode:
authorJared Weakly <jweakly@pdx.edu>2017-09-17 16:34:20 -0700
committerJared Weakly <jweakly@pdx.edu>2017-09-17 16:34:20 -0700
commitc26821f045db51ef67bbc7c487154bdf24c73505 (patch)
tree96b184e6a06ca26bb4a57e029d771303d5546a2b /testsuite/driver/testlib.py
parent13efa464fc62b75c2a58cfa0fa389b82a6113a61 (diff)
downloadhaskell-wip/perf-testsuite.tar.gz
Split collect_stats into collect_stats and collect_compiler_statswip/perf-testsuite
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r--testsuite/driver/testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 660ce37657..44f1ded0a7 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -23,7 +23,7 @@ import subprocess
from testglobals import *
from testutil import *
-from perf_notes import collect_stats, evaluate_metric
+from perf_notes import collect_compiler_stats, collect_stats, evaluate_metric
extra_src_files = {'T4198': ['exitminus1.c']} # TODO: See #12223
if config.use_threads: