diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-06-26 14:29:06 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-06-28 16:30:01 +1000 |
| commit | 9cebead27600f86a73f3326b455dcfcb065afe5f (patch) | |
| tree | a25141087b7856a1f4f3ff119b1ac55683bdafaa | |
| parent | 73fccf59672c7087d6290bb036fe5c72899086b6 (diff) | |
travis: Enable performance benchmark tests on standard unix build.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b71cabcc8..9fbdb1698 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
