diff options
author | David Eichmann <EichmannD@gmail.com> | 2019-05-20 17:38:22 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-04 01:09:05 -0400 |
commit | 286827be471f9efa67303d57b979e0c32cb8936e (patch) | |
tree | 0153efc074825f7c0a2d362738d2a28f3566beef /utils/ghc-pkg/Main.hs | |
parent | 799b1d26977b5841aa580e07c8f8e65356eed785 (diff) | |
download | haskell-286827be471f9efa67303d57b979e0c32cb8936e.tar.gz |
TestRunner: Added --chart to display a chart of performance tests
This uses the Chart.js javascript library.
Everything is put into a standalone .html file and opened with the
default browser.
I also simplified the text output to use the same data as the chart.
You can now use a commit range with git's ".." syntax.
The --ci option will use results from CI (you'll need to fetch them
first):
$ git fetch https://gitlab.haskell.org/ghc/ghc-performance-notes.git refs/notes/perf:refs/notes/ci/perf
$ python3 testsuite/driver/perf_notes.py --ci --chart --test-env x86_64-darwin --test-name T9630 master~500..master
Diffstat (limited to 'utils/ghc-pkg/Main.hs')
0 files changed, 0 insertions, 0 deletions