Skip to content

Instantly share code, notes, and snippets.

@Zizzamia
Last active August 29, 2015 14:21
Show Gist options
  • Save Zizzamia/ab99d823b857402515e8 to your computer and use it in GitHub Desktop.
Save Zizzamia/ab99d823b857402515e8 to your computer and use it in GitHub Desktop.
Setting up a basic Benchmark case
// Create the app folder
mkdir app
cd app/
// Installing Yeoman and Benchpress
npm install -g yo
npm install benchpress
// Install generator-benchpress
npm install -g generator-benchpress
// Run yo benchpress passing a name
yo benchpress case-one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment