This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
tests
/
perf_bench
History
Damien George
0a2895b099
tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable.
...
Signed-off-by: Damien George <damien@micropython.org>
2022-02-24 18:29:02 +11:00
..
benchrun.py
…
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
…
bm_fft.py
…
bm_float.py
…
bm_hexiom.py
…
bm_nqueens.py
…
bm_pidigits.py
…
core_import_mpy_multi.py
py: Rework bytecode and .mpy file format to be mostly static data.
2022-02-24 18:08:43 +11: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
py: Rework bytecode and .mpy file format to be mostly static data.
2022-02-24 18:08:43 +11: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 perf tests for qstr interning and importing .mpy.
2022-02-10 15:25:33 +11: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
…