summaryrefslogtreecommitdiff
path: root/tests/bench/func_builtin-1-enum_pos.py
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2014-05-07tests/bench: Add testcase for positional/kwargs to enumerate().Paul Sokolovsky
Inspired by discussion in #577. So, in this case of builtin function, passing args by keyword has less than 1% overhead.