summaryrefslogtreecommitdiff
path: root/tests/internal_bench/funcall-1-inline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internal_bench/funcall-1-inline.py')
-rw-r--r--tests/internal_bench/funcall-1-inline.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/internal_bench/funcall-1-inline.py b/tests/internal_bench/funcall-1-inline.py
index fbeb79630..8c3f0ccd5 100644
--- a/tests/internal_bench/funcall-1-inline.py
+++ b/tests/internal_bench/funcall-1-inline.py
@@ -2,8 +2,10 @@
# Establish a baseline for performing a trivial operation inline
import bench
+
def test(num):
for i in iter(range(num)):
a = i + 1
+
bench.run(test)