diff --git a/extra/benchmark/pidigits/pidigits.factor b/extra/benchmark/pidigits/pidigits.factor index 0f8a98e6f9..d001d81a8c 100644 --- a/extra/benchmark/pidigits/pidigits.factor +++ b/extra/benchmark/pidigits/pidigits.factor @@ -54,6 +54,6 @@ IN: benchmark.pidigits [ 1 { { 1 0 } { 0 1 } } ] dip 0 0 (pidigits) ; : pidigits-main ( -- ) - 10000 pidigits ; + 2000 pidigits ; MAIN: pidigits-main