| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,6 +10,7 @@ | |||
| 10 | 10 | * [Running all benchmarks](#running-all-benchmarks) | |
| 11 | 11 | * [Comparing Node.js versions](#comparing-nodejs-versions) | |
| 12 | 12 | * [Comparing parameters](#comparing-parameters) | |
| 13 | + * [Running Benchmarks on the CI](#running-benchmarks-on-the-ci) | ||
| 13 | 14 | * [Creating a benchmark](#creating-a-benchmark) | |
| 14 | 15 | * [Basics of a benchmark](#basics-of-a-benchmark) | |
| 15 | 16 | * [Creating an HTTP benchmark](#creating-an-http-benchmark) | |
@@ -298,6 +299,11 @@ chunk encoding mean confidence.interval | |||
| 298 | 299 | ||
| 299 | 300 |  | |
| 300 | 301 | ||
| 302 | + ### Running Benchmarks on the CI | ||
| 303 | + | ||
| 304 | + To see the performance impact of a Pull Request by running benchmarks on | ||
| 305 | + the CI, check out [How to: Running core benchmarks on Node.js CI][benchmark-ci]. | ||
| 306 | + | ||
| 301 | 307 | ## Creating a benchmark | |
| 302 | 308 | ||
| 303 | 309 | ### Basics of a benchmark | |
@@ -432,3 +438,4 @@ Supported options keys are: | |||
| 432 | 438 | [t-test]: https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_or_unequal_sample_sizes.2C_unequal_variances | |
| 433 | 439 | [git-for-windows]: http://git-scm.com/download/win | |
| 434 | 440 | [nghttp2.org]: http://nghttp2.org | |
| 441 | + [benchmark-ci]: https://github.com/nodejs/benchmarking/blob/master/docs/core_benchmarks.md | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments