Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! doc: document JavaScript tool for benchmark comparison
  • Loading branch information
targos committed Aug 25, 2021
commit e94c147fadda0796a104300f0f7e3b6821028cce
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