diff options
Diffstat (limited to 'tests/bench/func_args-1.2-pos_3.py')
| -rw-r--r-- | tests/bench/func_args-1.2-pos_3.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/bench/func_args-1.2-pos_3.py b/tests/bench/func_args-1.2-pos_3.py deleted file mode 100644 index 7e03ee2f8..000000000 --- a/tests/bench/func_args-1.2-pos_3.py +++ /dev/null @@ -1,10 +0,0 @@ -import bench - -def func(a, b, c): - pass - -def test(num): - for i in iter(range(num)): - func(i, i, i) - -bench.run(test) |
