index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
perf_bench
Commit message (
Expand
)
Author
Age
*
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-12-20
*
tests: Use vfs module instead of os.
Damien George
2024-02-07
*
tests/perf_bench: Add string/qstr/map tests.
Jim Mussared
2023-10-27
*
tests/run-perfbench.py: Don't allow imports from the cwd.
Jim Mussared
2023-06-08
*
tests: Replace umodule with module everywhere.
Jim Mussared
2023-06-08
*
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2023-02-02
*
tests: Fix run-perfbench parsing "no matching params" case.
Angus Gratton
2022-06-28
*
tests/perf_bench: Add some configurations for N=32, M=10.
Angus Gratton
2022-06-28
*
tests/perf_bench: Update .mpy file header to remove old unicode flag.
Damien George
2022-05-17
*
tests/perf_bench: Update import tests for changes to .mpy consts.
Damien George
2022-04-14
*
tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable.
Damien George
2022-02-24
*
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-24
*
tests/perf_bench: Add perf test for yield-from execution.
Damien George
2022-02-11
*
tests/perf_bench: Add perf tests for qstr interning and importing .mpy.
Damien George
2022-02-10
*
all: Update Python formatting to latest Black version 22.1.0.
Damien George
2022-02-02
*
tests/perf_bench: Use math.log instead of math.log2.
Damien George
2021-09-13
*
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
*
tests/perf_bench: Add bm_fft test.
Jim Mussared
2019-10-15
*
tests/perf_bench: Add some viper performance benchmarks.
Damien George
2019-06-28
*
tests/perf_bench: Add some miscellaneous performance benchmarks.
Damien George
2019-06-28
*
tests/perf_bench: Add some benchmarks from python-performance.
Damien George
2019-06-28
*
tests: Add performance benchmarking test-suite framework.
Damien George
2019-06-28