From bb66edd9bd58e0b9a314e7895781e25187b601fe Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 2 Sep 2024 15:44:32 -0300 Subject: [PATCH] benchmark,doc: mention bar.R to the list of scripts --- benchmark/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/README.md b/benchmark/README.md index 96bd0318465f45..2f52a44f251af7 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -40,6 +40,7 @@ directories. * `_cli.R`: parses the command line arguments passed to `compare.R` * `_http-benchmarkers.js`: selects and runs external tools for benchmarking the `http` subsystem. +* `bar.R`: R script for visualizing the output of benchmarks with bar plots. * `common.js`: see [Common API](#common-api). * `compare.js`: command line tool for comparing performance between different Node.js binaries.