index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
bench
Commit message (
Expand
)
Author
Age
*
tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.
Paul Sokolovsky
2016-06-08
*
tests: Update for _io/_collections module having been renamed.
Paul Sokolovsky
2016-05-02
*
py: Use sequence of strings for named tuple initialization
stijn
2015-01-01
*
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-06-19
*
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-07
*
tests/bench/var: Add tests for class/instance var access.
Paul Sokolovsky
2014-05-05
*
tests: Add framework for comparative benchmarking.
Paul Sokolovsky
2014-05-05