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