| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-28 | tests: Rename "bench" tests to "internal_bench" and run-internalbench.py | Damien George | |
| To emphasise these benchmark tests compare the internal performance of features amongst themselves, rather than absolute performance testing. | |||
| 2014-06-19 | bench: Add test for map() vs inplace operations in array-likes. | Paul Sokolovsky | |
| map() is 5 times slower. That's mostly because of inefficiency of creating containers from iterables of unknown length (like map()). | |||
