-
- Downloads
tests/bench: Add tests for various ways to pass function args.
Passing 3 args with keywords is for example 50% slower than via positional args.
Showing
- tests/bench/func_args-1.1-pos_1.py 10 additions, 0 deletionstests/bench/func_args-1.1-pos_1.py
- tests/bench/func_args-1.2-pos_3.py 10 additions, 0 deletionstests/bench/func_args-1.2-pos_3.py
- tests/bench/func_args-2-pos_default_2_of_3.py 10 additions, 0 deletionstests/bench/func_args-2-pos_default_2_of_3.py
- tests/bench/func_args-3.1-kw_1.py 10 additions, 0 deletionstests/bench/func_args-3.1-kw_1.py
- tests/bench/func_args-3.2-kw_3.py 10 additions, 0 deletionstests/bench/func_args-3.2-kw_3.py
tests/bench/func_args-1.1-pos_1.py
0 → 100644
tests/bench/func_args-1.2-pos_3.py
0 → 100644
tests/bench/func_args-3.1-kw_1.py
0 → 100644
tests/bench/func_args-3.2-kw_3.py
0 → 100644
Please register or sign in to comment