factor/library/test/benchmark/sort.factor

9 lines
146 B
Factor

IN: scratchpad
USE: lists
USE: math
USE: random
USE: stack
USE: test
[ ] [ [, 100000 [ 0 10000 random-int , ] times ,] num-sort drop ] unit-test