Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qard/matcha-compare
Matcha benchmark variance testing tool
https://github.com/qard/matcha-compare
Last synced: 12 days ago
JSON representation
Matcha benchmark variance testing tool
- Host: GitHub
- URL: https://github.com/qard/matcha-compare
- Owner: Qard
- Created: 2015-11-05T01:03:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T08:15:08.000Z (over 2 years ago)
- Last Synced: 2024-10-19T19:55:36.958Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matcha-compare
With `matcha-compare` and `matcha-json-reporter`, you can compare timings
between two separate benchmark runs and use removal of benchmarks, or the
ops/s variance of each benchmark as a failure condition for a test suite.## Usage
```sh
matcha-compare --threshold 0.1 before.json after.json
```