From b72100c45590f3671bb81ef692a877c24466891e Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 15 Dec 2023 09:42:57 +0100 Subject: [PATCH] Updated Benchmarking your changes (markdown) --- Benchmarking-your-changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Benchmarking-your-changes.md b/Benchmarking-your-changes.md index c71a7cf..d8f30bc 100644 --- a/Benchmarking-your-changes.md +++ b/Benchmarking-your-changes.md @@ -24,7 +24,7 @@ Run the following commands to create a 'baseline' measurement (i.e., before you $ gulp generic $ gulp components $ cd test - $ node test.js --statsFile=stats/results/baseline.json --statsDelay=5000 --manifestFile=benchmark.json + $ node test.mjs --statsFile=stats/results/baseline.json --statsDelay=5000 --manifestFile=benchmark.json Then apply your changes and create a 'current' measurement (replace `` with the name of your branch): @@ -33,7 +33,7 @@ Then apply your changes and create a 'current' measurement (replace `