benchmark.pidigits: reduce parameter to speed up CI runs

Slava Pestov 2009-07-30 09:24:41 -05:00
parent 99216b8435
commit fea2f0a750
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ IN: benchmark.pidigits
[ 1 { { 1 0 } { 0 1 } } ] dip 0 0 (pidigits) ; [ 1 { { 1 0 } { 0 1 } } ] dip 0 0 (pidigits) ;
: pidigits-main ( -- ) : pidigits-main ( -- )
10000 pidigits ; 2000 pidigits ;
MAIN: pidigits-main MAIN: pidigits-main