micropython/tests/perf_bench
Angus Gratton e024a4c59c tests: Fix run-perfbench parsing "no matching params" case.
Signed-off-by: Angus Gratton <gus@projectgus.com>
2022-06-28 14:22:06 +10:00
..
benchrun.py tests: Fix run-perfbench parsing "no matching params" case. 2022-06-28 14:22:06 +10:00
bm_chaos.py tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable. 2022-02-24 18:29:02 +11:00
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
bm_nqueens.py tests/perf_bench: Add some configurations for N=32, M=10. 2022-06-28 10:32:18 +10: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/perf_bench: Add some configurations for N=32, M=10. 2022-06-28 10:32:18 +10:00
core_import_mpy_multi.py.exp tests/perf_bench: Add perf tests for qstr interning and importing .mpy. 2022-02-10 15:25:33 +11:00
core_import_mpy_single.py tests/perf_bench: Update .mpy file header to remove old unicode flag. 2022-05-17 14:06:41 +10:00
core_import_mpy_single.py.exp tests/perf_bench: Add perf tests for qstr interning and importing .mpy. 2022-02-10 15:25:33 +11:00
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 tests/perf_bench: Add perf test for yield-from execution. 2022-02-11 13:42:00 +11:00
misc_aes.py
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