[commit: ghc] wip/perf-testsuite: Changed perf_notes quite a bit. Should be much closer to actually usable now (434366f)

git at git.haskell.org git at git.haskell.org
Thu Aug 10 08:44:21 UTC 2017


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

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

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

commit 434366f86b71f724113af68dba305f2bdc5f1c41
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Sat Jul 22 20:18:22 2017 -0700

    Changed perf_notes quite a bit. Should be much closer to actually usable now


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

434366f86b71f724113af68dba305f2bdc5f1c41
 testsuite/driver/runtests.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 7dea1c7..9d8d1c5 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -316,12 +316,6 @@ else:
             # v-- This is in a nonsensical area. It should be happening before all of the tests are even run.
             # parse_git_notes('perf') # Should it even be happening in the test-driver logic anymore?
 
-    # Write our accumulated metrics into the git notes for this commit.
-    if config.use_git_notes:
-            note = subprocess.check_output(["git","notes","--ref=perf","append","-m", "\n".join(config.accumulate_metrics)])
-            # v-- This is in a nonsensical area. It should be happening before all of the tests are even run.
-            # parse_git_notes('perf') # Should it even be happening in the test-driver logic anymore?
-
     if config.summary_file:
         with open(config.summary_file, 'w') as file:
             summary(t, file)



More information about the ghc-commits mailing list