From ccc4a32a01d05555ccbe5d10fe19c22a4ec6d618 Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Mon, 13 Jan 2020 10:51:29 -0800 Subject: [PATCH] chore: update readme chore: update readme --- benchmark/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +```