benchmark.pidigits: reduce parameter to speed up CI runs
parent
be363d1a5b
commit
cc11727627
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue