From 133d2d9fad046698cb1242cf4a1824fffe6f17c4 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 4 Sep 2024 15:53:02 -0300 Subject: [PATCH] benchmark,doc: mention bar.R to the list of scripts PR-URL: https://github.com/nodejs/node/pull/54722 Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca --- benchmark/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/README.md b/benchmark/README.md index 96bd0318465..2f52a44f251 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.