Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```