Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
chore: update readme
  • Loading branch information
mayurkale22 committed Jan 13, 2020
1 parent ccc4a32 commit 3c324ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ To run your benchmark, just:
$ npm run bench
```

> NOTE: If you're interested in writing benchmarking for other APIs, please write a benchmark in the `benchmark/index.js` module. Please refer to the `benchmark/tracer.js` or `benchmark/propagator.js` for more comprehensive examples.
The minimum sample size is set to 10 to perform statistical analysis on benchmark, you can re-configure that in `benchmark.js`.

> NOTE: If you're interested in writing benchmark for other APIs, please write a benchmark in the `benchmark/index.js` module. Please refer to the `benchmark/tracer.js` or `benchmark/propagator.js` for more comprehensive examples.
## Results

Expand Down

0 comments on commit 3c324ab

Please sign in to comment.