summaryrefslogtreecommitdiff
path: root/tests/bench/var-8-namedtuple-1st.py
AgeCommit message (Collapse)Author
2019-06-28tests: Rename "bench" tests to "internal_bench" and run-internalbench.pyDamien George
To emphasise these benchmark tests compare the internal performance of features amongst themselves, rather than absolute performance testing.
2016-05-02tests: Update for _io/_collections module having been renamed.Paul Sokolovsky
2015-01-01py: Use sequence of strings for named tuple initializationstijn
- remove single string initialization style - take list of strings instead - store list in the type for fast lookup
2014-05-07tests/bench: Time namedtuple field access.Paul Sokolovsky
That's higher than instance field access - behold the power of hashing.