diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md index 5d0e9324b..1792e8985 100644 --- a/contributing.md +++ b/contributing.md @@ -47,7 +47,7 @@ We have benchmarks to keep performance under control. You can run these by runni yarn workspace astro run benchmark ``` -Which will fail if the performance has regressed by __10%__ or more. +Which will fail if the performance has regressed by **10%** or more. To update the times cd into the `packages/astro` folder and run the following: @@ -56,4 +56,4 @@ node test/benchmark/build.bench.js --save node test/benchmark/dev.bench.js --save ``` -Which will update the build and dev benchmarks.
\ No newline at end of file +Which will update the build and dev benchmarks. |