git-perf 0.15.3

Track, plot, and statistically validate simple measurements using git-notes for storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- add github actions to repo, start with install, extend with full reporting
  - test on external repo with nested, composite action
- allow multiple splits -s in report for separate dimensions
- add default / environment sources key-value pairs
- update release script
- push "latest" tag once the release is published (from pre-release)
- rewrite tests to use explicit dir and not cwd (to run them in parallel)
- rename push to send?
- remove vendored in plotly javascript
- flag huge stddev? / show stddev in results?
- report / command to get config info including the branch name?
- take std variance per epoch to allow catching staggered performance regressions?
- allow units in measurements?
- allow rerunning / replacing existing measurements in bulk groups. E.g., with a staging area.