Skip to content

Commit 9cebead

Browse files
committed
travis: Enable performance benchmark tests on standard unix build.
1 parent 73fccf5 commit 9cebead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- make ${MAKEOPTS} -C ports/unix deplibs
9090
- make ${MAKEOPTS} -C ports/unix
9191
- make ${MAKEOPTS} -C ports/unix test
92+
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython ./run-perfbench.py 1000 1000)
9293

9394
# unix nanbox
9495
- stage: test

0 commit comments

Comments
 (0)