index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
perf_bench
Age
Commit message (
Expand
)
Author
2025-09-28
tests: Use OBJ_REPR_B compatible mpy file headers.
Jeff Epler
2025-07-24
py/obj: Fix REPR_C bias toward zero.
Yoctopuce dev
2025-07-18
tests: Skip bm_pidigits perf test if no arbitrary precision int support.
Angus Gratton
2024-12-20
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-02-07
tests: Use vfs module instead of os.
Damien George
2023-10-27
tests/perf_bench: Add string/qstr/map tests.
Jim Mussared
2023-06-08
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-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2022-06-28
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-05-17
tests/perf_bench: Update .mpy file header to remove old unicode flag.
Damien George
2022-04-14
tests/perf_bench: Update import tests for changes to .mpy consts.
Damien George
2022-02-24
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-11
tests/perf_bench: Add perf test for yield-from execution.
Damien George
2022-02-10
tests/perf_bench: Add perf tests for qstr interning and importing .mpy.
Damien George
2022-02-02
all: Update Python formatting to latest Black version 22.1.0.
Damien George
2021-09-13
tests/perf_bench: Use math.log instead of math.log2.
Damien George
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2019-10-15
tests/perf_bench: Add bm_fft test.
Jim Mussared
2019-06-28
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