Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jan 13, 2020
1 parent 3643b20 commit 3e83dd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
```
```

0 comments on commit 3e83dd2

Please sign in to comment.