[commit: ghc] wip/perf-testsuite: Tentatively setup test driver to rip out metrics from all.T files (ea017b0)

git at git.haskell.org git at git.haskell.org
Sat Sep 2 21:46:47 UTC 2017


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

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

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

commit ea017b0a0bbffb326059b6af9fc434b58061b424
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Tue Aug 22 17:31:26 2017 -0700

    Tentatively setup test driver to rip out metrics from all.T files


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

ea017b0a0bbffb326059b6af9fc434b58061b424
 testsuite/driver/perf_notes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/driver/perf_notes.py b/testsuite/driver/perf_notes.py
index 763f063..92ec4bb 100644
--- a/testsuite/driver/perf_notes.py
+++ b/testsuite/driver/perf_notes.py
@@ -256,6 +256,7 @@ for test in latest_commit:
 # Has no meaningful output if there is no commit to compare to.
 if not singleton_commit:
     header('percent')
+
     # Printing out percentages.
     for test in latest_commit:
         print("{:27}{:30}".format(test['test'], test['metric']) + commit_string(test['test'],'percentages'))



More information about the ghc-commits mailing list