You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following PRs #11807 and #11241, the "Benchmarking your changes" Wiki-page needs to be updated to account for the recent changes/simplifications; I'd suggest the following changes for the respective sections (which I've successfully used in PR #11930):
$ git checkout master
$ gulp generic
$ cd test
$ node test.js --statsFile=stats/results/baseline.json --statsDelay=5000 --manifestFile=benchmark.json
$ cd ..
$ git checkout <feature-branch>
$ gulp generic
$ cd test
$ node test.js --statsFile=stats/results/current.json --statsDelay=5000 --manifestFile=benchmark.json
Finally, it's probably a good idea to also mention the --noChrome flag on that page as well.
The text was updated successfully, but these errors were encountered:
Following PRs #11807 and #11241, the "Benchmarking your changes" Wiki-page needs to be updated to account for the recent changes/simplifications; I'd suggest the following changes for the respective sections (which I've successfully used in PR #11930):
Finally, it's probably a good idea to also mention the
--noChrome
flag on that page as well.The text was updated successfully, but these errors were encountered: