[commit: ghc] wip/perf-testsuite: Basic metrics collection and command line options working (99994a8)
git at git.haskell.org
git at git.haskell.org
Sat Sep 2 21:46:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/99994a84966440bf8d5966d8be6f4a35f536b066/ghc
>---------------------------------------------------------------
commit 99994a84966440bf8d5966d8be6f4a35f536b066
Author: Jared Weakly <jweakly at pdx.edu>
Date: Thu Jul 6 17:16:49 2017 -0700
Basic metrics collection and command line options working
>---------------------------------------------------------------
99994a84966440bf8d5966d8be6f4a35f536b066
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