Created
September 5, 2016 14:27
-
-
Save dtothefp/3510dfb4c10ea87262be75960a5b242a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gen @hfa/perf # generate a perf.config.js file in project root | |
@hfa/perf --page /bleep # run SpeedCurve tests against /bleep route for your project | |
@hfa/perf --env dev --page * # run SpeedCurve tests for all pages on "dev" | |
@hfa/perf --env prod --page * # run SpeedCurve tests for all pages on "prod" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment