diff --git a/benchmark/README.md b/benchmark/README.md index d1c37b781bf..a0aef00e0fe 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -3,11 +3,11 @@ ## 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 @@ -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 +```