diff --git a/Benchmarking-your-changes.md b/Benchmarking-your-changes.md index d7158c8..c71a7cf 100644 --- a/Benchmarking-your-changes.md +++ b/Benchmarking-your-changes.md @@ -22,6 +22,7 @@ Run the following commands to create a 'baseline' measurement (i.e., before you $ git checkout master $ gulp generic + $ gulp components $ cd test $ node test.js --statsFile=stats/results/baseline.json --statsDelay=5000 --manifestFile=benchmark.json @@ -30,6 +31,7 @@ Then apply your changes and create a 'current' measurement (replace ` $ gulp generic + $ gulp components $ cd test $ node test.js --statsFile=stats/results/current.json --statsDelay=5000 --manifestFile=benchmark.json