[commit: ghc] wip/perf-testsuite: Basic metrics collection and command line options working (e8a6405)
git at git.haskell.org
git at git.haskell.org
Thu Aug 10 08:44:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/e8a6405cb9edeae1bd34752691ea451685de1010/ghc
>---------------------------------------------------------------
commit e8a6405cb9edeae1bd34752691ea451685de1010
Author: Jared Weakly <jweakly at pdx.edu>
Date: Thu Jul 6 17:16:49 2017 -0700
Basic metrics collection and command line options working
>---------------------------------------------------------------
e8a6405cb9edeae1bd34752691ea451685de1010
testsuite/driver/testlib.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 8fc3ed7..a24ee6c 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -1086,6 +1086,7 @@ def stats( name, way, stats_file ):
# Check -t stats info
def checkStats(name, way, stats_file, range_fields):
+
full_name = name + '(' + way + ')'
result = passed()
More information about the ghc-commits
mailing list