summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bench/bytealloc-2-repeat.py
Commit message (Collapse)AuthorAge
* tests: Rename "bench" tests to "internal_bench" and run-internalbench.pyDamien George2019-06-28
| | | | | To emphasise these benchmark tests compare the internal performance of features amongst themselves, rather than absolute performance testing.
* tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.Paul Sokolovsky2016-06-08
Based on python-dev discussion regarding PEP467.