From 3c324abd2b11931dbf3ae3ec5f89d4ee311e5358 Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Mon, 13 Jan 2020 10:56:35 -0800 Subject: [PATCH] chore: update readme chore: update readme --- benchmark/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index ea71b540f57..c1d8a238814 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -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