fix mason time reporting

db4
Doug Coleman 2009-11-19 04:48:59 -06:00
parent b388d2a34b
commit 1b3ecdf62e
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ M: method-body word-vocabulary "method-generic" word-prop word-vocabulary ;
do-step ;
: benchmark-ms ( quot -- ms )
benchmark 1000 /i ; inline
benchmark 1000000 /i ; inline
: check-boot-image ( -- )
"" to-refresh drop 2dup [ empty? not ] either?