diff --git a/benchmark/README.md b/benchmark/README.md index d1c37b781bf..ea71b540f57 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -3,15 +3,15 @@ ## How to run To run your benchmark, just: -``` +```sh $ npm run bench ``` -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. +> 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. ## Results -# `0.3.3` release +### `v0.3.3` release ``` Beginning BasicTracerRegistry Benchmark... @@ -48,4 +48,4 @@ Beginning HttpTraceContext Benchmark... #Inject x 13,423,892 ops/sec ±4.62% (10 runs sampled) #Extract x 1,673,804 ops/sec ±2.29% (10 runs sampled) -``` \ No newline at end of file +```