factor/library/test/benchmark/fac.factor

10 lines
150 B
Factor

IN: scratchpad
USE: math
USE: test
USE: compiler
: fac-benchmark
10000 fac 10000 [ succ / ] times* ; compiled
[ 1 ] [ fac-benchmark ] unit-test