[commit: ghc] wip/perf-testsuite: ONLY_PERF_TESTS=YES now fully implemented (d86dead)
git at git.haskell.org
git at git.haskell.org
Thu Aug 10 08:44:49 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/d86dead6a8d815df038f491574cec6887e6cc58f/ghc
>---------------------------------------------------------------
commit d86dead6a8d815df038f491574cec6887e6cc58f
Author: Jared Weakly <jweakly at pdx.edu>
Date: Wed Jul 12 17:30:31 2017 -0700
ONLY_PERF_TESTS=YES now fully implemented
>---------------------------------------------------------------
d86dead6a8d815df038f491574cec6887e6cc58f
testsuite/driver/runtests.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 9d8d1c5..d11ad80 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -309,6 +309,8 @@ else:
sys.stdout.flush()
summary(t, sys.stdout, config.no_print_summary)
+ print("Only perf tests: " + str(config.only_perf_tests) + "\n")
+ print("Skip perf tests: " + str(config.skip_perf_tests) + "\n")
# Write our accumulated metrics into the git notes for this commit.
if config.use_git_notes:
More information about the ghc-commits
mailing list