From 0b9161b3305f355c950beaafa33e34a5f3abea45 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 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.