[commit: ghc] wip/t-12758_circleci_push_perf_notes_short: testsuite: Save performance metrics in git notes. (a34302c)
git at git.haskell.org
git at git.haskell.org
Thu Aug 23 16:54:53 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/t-12758_circleci_push_perf_notes_short
Link : http://ghc.haskell.org/trac/ghc/changeset/a34302ceed7b936b3aa83bac64dd39aac765d146/ghc
>---------------------------------------------------------------
commit a34302ceed7b936b3aa83bac64dd39aac765d146
Author: David Eichmann <davide at Well-Typed.com>
Date: Wed Aug 8 11:35:44 2018 +0100
testsuite: Save performance metrics in git notes.
Reviewers: bgamari
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5059
GHC Trac Issues: #12758
>---------------------------------------------------------------
a34302ceed7b936b3aa83bac64dd39aac765d146
.circleci/config.yml | 132 ++-
libraries/base/tests/all.T | 18 +-
testsuite/driver/README.md | 161 ++++
testsuite/driver/perf_notes.py | 332 ++++++++
testsuite/driver/runtests.py | 55 +-
testsuite/driver/testglobals.py | 16 +-
testsuite/driver/testlib.py | 232 ++++--
testsuite/driver/testutil.py | 6 +
testsuite/mk/test.mk | 8 +
testsuite/tests/callarity/perf/all.T | 12 +-
testsuite/tests/deriving/perf/all.T | 11 +-
testsuite/tests/perf/compiler/all.T | 1051 ++----------------------
testsuite/tests/perf/haddock/all.T | 183 +----
testsuite/tests/perf/join_points/all.T | 16 +-
testsuite/tests/perf/should_run/all.T | 362 ++------
testsuite/tests/perf/space_leaks/all.T | 75 +-
testsuite/tests/pmcheck/should_compile/all.T | 27 +-
testsuite/tests/primops/should_run/all.T | 6 +-
testsuite/tests/simplCore/should_compile/all.T | 3 +-
testsuite/tests/simplStg/should_run/all.T | 5 +-
20 files changed, 972 insertions(+), 1739 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc a34302ceed7b936b3aa83bac64dd39aac765d146
More information about the ghc-commits
mailing list