benchmark.pidigits: reduce parameter to speed up CI runs

db4
Slava Pestov 2009-07-30 09:24:41 -05:00
parent be363d1a5b
commit cc11727627
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) ;
: pidigits-main ( -- )
10000 pidigits ;
2000 pidigits ;
MAIN: pidigits-main