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