[commit: ghc] wip/perf-testsuite: Basic metrics collection and command line options working (70e07cf)

git at git.haskell.org git at git.haskell.org
Sat Sep 2 21:45:13 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/perf-testsuite
Link       : http://ghc.haskell.org/trac/ghc/changeset/70e07cf0e94c4c545adb91edec4d8877639c13db/ghc

>---------------------------------------------------------------

commit 70e07cf0e94c4c545adb91edec4d8877639c13db
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Thu Jul 6 17:16:49 2017 -0700

    Basic metrics collection and command line options working


>---------------------------------------------------------------

70e07cf0e94c4c545adb91edec4d8877639c13db
 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