Last active
September 5, 2016 14:32
-
-
Save dtothefp/dd12d50fba72767d47a4b5775cb583ec 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
// gulp/tasks/perf.js | |
import {task as perfTask} from '@hfa/perf' | |
export default perfTask(/* any options */) | |
// perf.config.js | |
export default { | |
name: string // SpeedCurve project name | |
page: string // Page to test | |
env: string // "dev" or "prod" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment