index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bench
Age
Commit message (
Expand
)
Author
2018-05-14
Updated tests; removed try/catch for ucollections
bildzeitung
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