fix mason time reporting
parent
b388d2a34b
commit
1b3ecdf62e
|
@ -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?
|
||||
|
@ -75,4 +75,4 @@ M: method-body word-vocabulary "method-generic" word-prop word-vocabulary ;
|
|||
do-compile-errors
|
||||
] with-directory ;
|
||||
|
||||
MAIN: do-all
|
||||
MAIN: do-all
|
||||
|
|
Loading…
Reference in New Issue