You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jim Mussared
339f02a594
tests/run-perfbench.py: Don't allow imports from the cwd.
Make tests run in an isolated environment (i.e. `import io` would
otherwise get the `tests/io` directory).
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 year ago
..
benchrun.py
tests: Replace umodule with module everywhere.
1 year ago
bm_chaos.py
tests/perf_bench: Skip bm_chaos test if random.randrange is unavailable.
3 years ago
bm_fannkuch.py
tests/perf_bench: Add some configurations for N=32, M=10.
2 years ago
bm_fft.py
tests/perf_bench: Use math.log instead of math.log2.
3 years ago
bm_float.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
bm_hexiom.py
tests: Replace umodule with module everywhere.
1 year ago
bm_nqueens.py
top: Update Python formatting to black "2023 stable style".
2 years ago
bm_pidigits.py
tests/perf_bench: Add some configurations for N=32, M=10.
2 years ago
core_import_mpy_multi.py
tests/run-perfbench.py: Don't allow imports from the cwd.
1 year ago
core_import_mpy_multi.py.exp
tests/perf_bench: Add perf tests for qstr interning and importing .mpy.
3 years ago
core_import_mpy_single.py
tests/run-perfbench.py: Don't allow imports from the cwd.
1 year ago
core_import_mpy_single.py.exp
tests/perf_bench: Add perf tests for qstr interning and importing .mpy.
3 years ago
core_qstr.py
tests/perf_bench: Add some configurations for N=32, M=10.
2 years ago
core_yield_from.py
tests/perf_bench: Add perf test for yield-from execution.
3 years ago
misc_aes.py
top: Update Python formatting to black "2023 stable style".
2 years ago
misc_mandel.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
misc_pystone.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
misc_raytrace.py
all: Update Python formatting to latest Black version 22.1.0.
3 years ago
viper_call0.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
viper_call1a.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
viper_call1b.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
viper_call1c.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
viper_call2a.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
viper_call2b.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago