Skip to content

Commit 0b6a661

Browse files
committed
Print benchmarks results in an organized way
1 parent 8eb6e56 commit 0b6a661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
os: osx
2424
osx_image: xcode10
2525
script:
26-
- swift test -c release -Xswiftc -enable-testing --filter BitByteDataBenchmarks
26+
- swift test -c release -Xswiftc -enable-testing --filter BitByteDataBenchmarks 2>&1 | ./ppbenchmarks.py
2727
- language: generic
2828
os: linux
2929
dist: trusty
3030
install:
3131
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
3232
script:
33-
- swift test -c release -Xswiftc -enable-testing --filter BitByteDataBenchmarks
33+
- swift test -c release -Xswiftc -enable-testing --filter BitByteDataBenchmarks 2>&1 | ./ppbenchmarks.py
3434
- stage: deploy
3535
if: tag IS present
3636
language: generic

0 commit comments

Comments
 (0)