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
/
bench
Age
Commit message (
Expand
)
Author
2016-06-08
tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.
Paul Sokolovsky
2016-05-02
tests: Update for _io/_collections module having been renamed.
Paul Sokolovsky
2015-01-01
py: Use sequence of strings for named tuple initialization
stijn
2014-06-19
bench: Three ways to process a byte buffer.
Paul Sokolovsky
2014-06-19
bench: Add test for map() vs inplace operations in array-likes.
Paul Sokolovsky
2014-06-19
bench: Add tests for constructing various containers from iterator.
Paul Sokolovsky
2014-06-19
bench: Add test for function call overhead.
Paul Sokolovsky
2014-05-07
tests/bench: Add testcase for positional/kwargs to enumerate().
Paul Sokolovsky
2014-05-07
tests/bench: Add tests for various ways to pass function args.
Paul Sokolovsky
2014-05-07
tests/bench: Add variation on loop_count/while_down_ne test.
Paul Sokolovsky
2014-05-07
tests/bench: Add testcases for lookup in 5-el instance and namedtuple.
Paul Sokolovsky
2014-05-07
tests/bench: Time namedtuple field access.
Paul Sokolovsky
2014-05-05
tests/bench/var: Add tests for class/instance var access.
Paul Sokolovsky
2014-05-05
tests: Add framework for comparative benchmarking.
Paul Sokolovsky