summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bench/var-6-instance-attr.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/var: Add tests for class/instance var access.Paul Sokolovsky2014-05-05
Also compared with method abstraction for accessing instance vars - it's more than 3 times slower than accessing var directly.