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