summaryrefslogtreecommitdiff
path: root/deps/v8/tools/perf/statistics-for-json.R
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/perf/statistics-for-json.R')
-rw-r--r--deps/v8/tools/perf/statistics-for-json.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/tools/perf/statistics-for-json.R b/deps/v8/tools/perf/statistics-for-json.R
index fde2cd75db..b731ccc5d3 100644
--- a/deps/v8/tools/perf/statistics-for-json.R
+++ b/deps/v8/tools/perf/statistics-for-json.R
@@ -8,9 +8,9 @@
# To use the script, first get some benchmark results, for example via
# tools/run_perf.py ../v8-perf/benchmarks/Octane2.1/Octane2.1-TF.json
-# --outdir=out/x64.release-on --outdir-no-patch=out/x64.release-off
+# --outdir=out/x64.release-on --outdir-secondary=out/x64.release-off
# --json-test-results=results-on.json
-# --json-test-results-no-patch=results-off.json
+# --json-test-results-secondary=results-off.json
# then run this script
# Rscript statistics-for-json.R results-on.json results-off.json ~/SVG
# to produce graphs (and get stdio output of statistical tests).