summaryrefslogtreecommitdiffstatshomepage
path: root/tests/perf_bench
Commit message (Expand)AuthorAge
* tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.Damien George2024-12-20
* tests: Use vfs module instead of os.Damien George2024-02-07
* tests/perf_bench: Add string/qstr/map tests.Jim Mussared2023-10-27
* tests/run-perfbench.py: Don't allow imports from the cwd.Jim Mussared2023-06-08
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* top: Update Python formatting to black "2023 stable style".Jim Mussared2023-02-02
* tests: Fix run-perfbench parsing "no matching params" case.Angus Gratton2022-06-28
* tests/perf_bench: Add some configurations for N=32, M=10.Angus Gratton2022-06-28
* tests/perf_bench: Update .mpy file header to remove old unicode flag.Damien George2022-05-17
* tests/perf_bench: Update import tests for changes to .mpy consts.Damien George2022-04-14
* tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable.Damien George2022-02-24
* py: Rework bytecode and .mpy file format to be mostly static data.Damien George2022-02-24
* tests/perf_bench: Add perf test for yield-from execution.Damien George2022-02-11
* tests/perf_bench: Add perf tests for qstr interning and importing .mpy.Damien George2022-02-10
* all: Update Python formatting to latest Black version 22.1.0.Damien George2022-02-02
* tests/perf_bench: Use math.log instead of math.log2.Damien George2021-09-13
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests/perf_bench: Add bm_fft test.Jim Mussared2019-10-15
* tests/perf_bench: Add some viper performance benchmarks.Damien George2019-06-28
* tests/perf_bench: Add some miscellaneous performance benchmarks.Damien George2019-06-28
* tests/perf_bench: Add some benchmarks from python-performance.Damien George2019-06-28
* tests: Add performance benchmarking test-suite framework.Damien George2019-06-28