[commit: ghc] wip/t-12758_circleci_push_perf_notes: testsuite: Save performance metrics in git notes. (4222bf2)
git at git.haskell.org
git at git.haskell.org
Wed Aug 15 19:21:18 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/t-12758_circleci_push_perf_notes
Link : http://ghc.haskell.org/trac/ghc/changeset/4222bf218308d204037562284c43402bbf81a0be/ghc
>---------------------------------------------------------------
commit 4222bf218308d204037562284c43402bbf81a0be
Author: David Eichmann <davide at Well-Typed.com>
Date: Wed Aug 8 11:35:44 2018 +0100
testsuite: Save performance metrics in git notes.
Summary: Can now load up git note data into the python test driver.
Reviewers: bgamari
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5059
GHC Trac Issues: #12758
>---------------------------------------------------------------
4222bf218308d204037562284c43402bbf81a0be
.circleci/config.yml | 29 +-
libraries/base/tests/all.T | 18 +-
testsuite/driver/README.md | 161 ++++
testsuite/driver/perf_notes.py | 262 ++++++
testsuite/driver/runtests.py | 34 +-
testsuite/driver/testglobals.py | 13 +-
testsuite/driver/testlib.py | 211 +++--
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 | 355 ++------
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, 785 insertions(+), 1701 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 4222bf218308d204037562284c43402bbf81a0be
More information about the ghc-commits
mailing list