From e94c147fadda0796a104300f0f7e3b6821028cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 25 Aug 2021 10:17:02 +0200 Subject: [PATCH] fixup! doc: document JavaScript tool for benchmark comparison --- doc/guides/writing-and-running-benchmarks.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 544b1133877e33..b09b6d4becb703 100644 --- a/doc/guides/writing-and-running-benchmarks.md +++ b/doc/guides/writing-and-running-benchmarks.md @@ -62,8 +62,10 @@ from [nghttp2.org][] or built from source. ### Benchmark analysis requirements -To analyze the results statistically, [node-benchmark-compare][] must be used. -It is a Node.js script that can be installed with +To analyze the results statistically, you can use either the +[node-benchmark-compare][] tool or the R script `benchmark/compare.R`. + +[node-benchmark-compare][] is a Node.js script that can be installed with `npm install -g node-benchmark-compare`. To draw comparison plots when analyzing the results, `R` must be installed.