summaryrefslogtreecommitdiff
path: root/tests/internal_bench/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internal_bench/bench.py')
-rw-r--r--tests/internal_bench/bench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/internal_bench/bench.py b/tests/internal_bench/bench.py
index 0cd40a93f..d7087e0e0 100644
--- a/tests/internal_bench/bench.py
+++ b/tests/internal_bench/bench.py
@@ -3,6 +3,7 @@ import time
ITERS = 20000000
+
def run(f):
t = time.time()
f(ITERS)