micropython/tests/perf_bench
Jim Mussared 339f02a594 tests/run-perfbench.py: Don't allow imports from the cwd.
Make tests run in an isolated environment (i.e. `import io` would
otherwise get the `tests/io` directory).

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00
..
benchrun.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
bm_chaos.py
bm_fannkuch.py tests/perf_bench: Add some configurations for N=32, M=10. 2022-06-28 10:32:18 +10:00
bm_fft.py
bm_float.py
bm_hexiom.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
bm_nqueens.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
bm_pidigits.py tests/perf_bench: Add some configurations for N=32, M=10. 2022-06-28 10:32:18 +10:00
core_import_mpy_multi.py tests/run-perfbench.py: Don't allow imports from the cwd. 2023-06-08 17:54:24 +10:00
core_import_mpy_multi.py.exp
core_import_mpy_single.py tests/run-perfbench.py: Don't allow imports from the cwd. 2023-06-08 17:54:24 +10:00
core_import_mpy_single.py.exp
core_qstr.py tests/perf_bench: Add some configurations for N=32, M=10. 2022-06-28 10:32:18 +10:00
core_yield_from.py
misc_aes.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
misc_mandel.py
misc_pystone.py
misc_raytrace.py
viper_call0.py
viper_call1a.py
viper_call1b.py
viper_call1c.py
viper_call2a.py
viper_call2b.py