Skip to content

Commit

Permalink
Add performance stage to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 16, 2019
1 parent a69787d commit 1fcab90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover

# Performance tests
- stage: Performance
php: 5.6
script: vendor/bin/phpbench run --report=default --revs=100 --iterations=5 --report=aggregate

- stage: Performance
php: 7.3
script: vendor/bin/phpbench run --report=default --revs=100 --iterations=5 --report=aggregate

install:
- .travis/setup_mongodb.sh
- sudo pip install mongo-orchestration
Expand Down

0 comments on commit 1fcab90

Please sign in to comment.