Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Last active September 5, 2016 14:32
Show Gist options
  • Save dtothefp/dd12d50fba72767d47a4b5775cb583ec to your computer and use it in GitHub Desktop.
Save dtothefp/dd12d50fba72767d47a4b5775cb583ec to your computer and use it in GitHub Desktop.
// 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