some sort
This commit is contained in:
parent
5bb407cff2
commit
32f485c8ea
6
test/nuitka/sort.py
Normal file
6
test/nuitka/sort.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
import random
|
||||||
|
|
||||||
|
test_list = [random.randint(0, 1_0000) for x in range(1_10000)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user