aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/funcall-1-inline.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.
2014-06-19bench: Add test for function call overhead.Paul Sokolovsky
For a trivial operation, calling a function is 5 times slower than doing operation inline.