[commit: ghc] wip/perf-testsuite: Changed perf_notes quite a bit. Should be much closer to actually usable now (3bceaad)
git at git.haskell.org
git at git.haskell.org
Sat Sep 2 21:45:43 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/3bceaad3076067ce2e7b5f8fb0a178dc500ea8a7/ghc
>---------------------------------------------------------------
commit 3bceaad3076067ce2e7b5f8fb0a178dc500ea8a7
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
>---------------------------------------------------------------
3bceaad3076067ce2e7b5f8fb0a178dc500ea8a7
testsuite/driver/runtests.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 8177b24..6e8a712 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -313,12 +313,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