travis: Enable performance benchmark tests on standard unix build.

This commit is contained in:
Damien George 2019-06-26 14:29:06 +10:00
parent 73fccf5967
commit 9cebead276

View File

@ -89,6 +89,7 @@ jobs:
- make ${MAKEOPTS} -C ports/unix deplibs
- make ${MAKEOPTS} -C ports/unix
- make ${MAKEOPTS} -C ports/unix test
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython ./run-perfbench.py 1000 1000)
# unix nanbox
- stage: test