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 3643b20 commit ccc4a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
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 ccc4a32

Please sign in to comment.