summaryrefslogtreecommitdiff
path: root/tests/perf_bench
AgeCommit message (Expand)Author
2025-09-28tests: Use OBJ_REPR_B compatible mpy file headers.Jeff Epler
2025-07-24py/obj: Fix REPR_C bias toward zero.Yoctopuce dev
2025-07-18tests: Skip bm_pidigits perf test if no arbitrary precision int support.Angus Gratton
2024-12-20tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.Damien George
2024-02-07tests: Use vfs module instead of os.Damien George
2023-10-27tests/perf_bench: Add string/qstr/map tests.Jim Mussared
2023-06-08tests/run-perfbench.py: Don't allow imports from the cwd.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2022-06-28tests: Fix run-perfbench parsing "no matching params" case.Angus Gratton
2022-06-28tests/perf_bench: Add some configurations for N=32, M=10.Angus Gratton
2022-05-17tests/perf_bench: Update .mpy file header to remove old unicode flag.Damien George
2022-04-14tests/perf_bench: Update import tests for changes to .mpy consts.Damien George
2022-02-24tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2022-02-11tests/perf_bench: Add perf test for yield-from execution.Damien George
2022-02-10tests/perf_bench: Add perf tests for qstr interning and importing .mpy.Damien George
2022-02-02all: Update Python formatting to latest Black version 22.1.0.Damien George
2021-09-13tests/perf_bench: Use math.log instead of math.log2.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-10-15tests/perf_bench: Add bm_fft test.Jim Mussared
2019-06-28tests/perf_bench: Add some viper performance benchmarks.Damien George
2019-06-28tests/perf_bench: Add some miscellaneous performance benchmarks.Damien George
2019-06-28tests/perf_bench: Add some benchmarks from python-performance.Damien George
2019-06-28tests: Add performance benchmarking test-suite framework.Damien George