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 ;
|
do-step ;
|
||||||
|
|
||||||
: benchmark-ms ( quot -- ms )
|
: benchmark-ms ( quot -- ms )
|
||||||
benchmark 1000 /i ; inline
|
benchmark 1000000 /i ; inline
|
||||||
|
|
||||||
: check-boot-image ( -- )
|
: check-boot-image ( -- )
|
||||||
"" to-refresh drop 2dup [ empty? not ] either?
|
"" to-refresh drop 2dup [ empty? not ] either?
|
||||||
|
|
Loading…
Reference in New Issue