TypeScript implementation of DDSketch, a distributed quantile sketch algorithm
npm install @artilleryio/sketches-jsThis is a fork of @datadog/sketches-js used by Artillery with a couple of fixes that haven't been upstreamed yet:
- Retain summary statistics on merge - PR #13
- Set zeroCount when on merge - PR #18