Skip to content

Commit

Permalink
fixup! doc: document JavaScript tool for benchmark comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Aug 25, 2021
1 parent 08905dc commit e94c147
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/guides/writing-and-running-benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e94c147

Please sign in to comment.