feat: perf testing (#1789)

This commit is contained in:
Pat Cavit 2017-04-13 09:48:30 -07:00 committed by GitHub
parent 034ef4d318
commit 9a55a290cc
5 changed files with 368 additions and 5 deletions

View file

@ -18,8 +18,10 @@ install:
# Bundle before running tests so the bundle is always up-to-date
before_script: npm run build
# This is the default, but leaving so it is obvious
# script: npm test
# Run tests, lint, and then check for perf regressions
script:
- npm test
- npm run perf
# After a successful build commit changes back to repo
after_success: