We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fccf5 commit 9cebeadCopy full SHA for 9cebead
.travis.yml
@@ -89,6 +89,7 @@ jobs:
89
- make ${MAKEOPTS} -C ports/unix deplibs
90
- make ${MAKEOPTS} -C ports/unix
91
- make ${MAKEOPTS} -C ports/unix test
92
+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython ./run-perfbench.py 1000 1000)
93
94
# unix nanbox
95
- stage: test
0 commit comments