aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-10-07 23:50:30 -0700
committerJoyee Cheung <joyeec9h3@gmail.com>2017-10-09 17:48:17 +0800
commit0a64a6a882c3c6452f2ebaa7341abf943cf9d393 (patch)
tree41fa27023e331159e9b71a6133964dcc50446a07 /doc
parent9bc4f86201f96006d4773748f6e4b4e9ce2dc163 (diff)
downloadandroid-node-v8-0a64a6a882c3c6452f2ebaa7341abf943cf9d393.tar.gz
android-node-v8-0a64a6a882c3c6452f2ebaa7341abf943cf9d393.tar.bz2
android-node-v8-0a64a6a882c3c6452f2ebaa7341abf943cf9d393.zip
doc: document the benchmark CI
PR-URL: https://github.com/nodejs/node/pull/16086 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/writing-and-running-benchmarks.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md
index d418ed6974..880340ba93 100644
--- a/doc/guides/writing-and-running-benchmarks.md
+++ b/doc/guides/writing-and-running-benchmarks.md
@@ -10,6 +10,7 @@
* [Running all benchmarks](#running-all-benchmarks)
* [Comparing Node.js versions](#comparing-nodejs-versions)
* [Comparing parameters](#comparing-parameters)
+ * [Running Benchmarks on the CI](#running-benchmarks-on-the-ci)
* [Creating a benchmark](#creating-a-benchmark)
* [Basics of a benchmark](#basics-of-a-benchmark)
* [Creating an HTTP benchmark](#creating-an-http-benchmark)
@@ -298,6 +299,11 @@ chunk encoding mean confidence.interval
![compare tool boxplot](doc_img/scatter-plot.png)
+### Running Benchmarks on the CI
+
+To see the performance impact of a Pull Request by running benchmarks on
+the CI, check out [How to: Running core benchmarks on Node.js CI][benchmark-ci].
+
## Creating a benchmark
### Basics of a benchmark
@@ -432,3 +438,4 @@ Supported options keys are:
[t-test]: https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_or_unequal_sample_sizes.2C_unequal_variances
[git-for-windows]: http://git-scm.com/download/win
[nghttp2.org]: http://nghttp2.org
+[benchmark-ci]: https://github.com/nodejs/benchmarking/blob/master/docs/core_benchmarks.md \ No newline at end of file