index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
/
run-perfbench.py
Age
Commit message (
Expand
)
Author
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-23
tests/run-tests.py: Handle case where mpy-cross fails to compile script.
Damien George
2022-05-19
tests/run-perfbench.py: Allow running tests via mpy and native emitter.
Damien George
2022-05-17
tests/run-perfbench.py: Return error code if any test fails on target.
Damien George
2022-02-11
tests/run-perfbench.py: Use SKIP consistently, and increase print width.
Damien George
2022-02-10
tests/run-perfbench.py: Allow a test to SKIP, and to have a .exp file.
Damien George
2022-02-02
all: Update Python formatting to latest Black version 22.1.0.
Damien George
2021-05-11
tests/run-perfbench.py: Fix native feature check.
Damien George
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2019-10-15
tests/run-perfbench.py: Skip complex tests if target doesn't enable it.
Damien George
2019-10-15
tests/run-perfbench.py: Show error when truth check fails.
Jim Mussared
2019-07-19
tests/run-perfbench.py: Add --emit option to select emitter for tests.
Damien George
2019-06-28
tests: Add performance benchmarking test-suite framework.
Damien George