Load fixes
parent
5a8e5facfd
commit
16144a5eda
|
@ -3,7 +3,7 @@
|
||||||
USING: accessors alien.c-types assocs compiler.units functors
|
USING: accessors alien.c-types assocs compiler.units functors
|
||||||
growable kernel lexer namespaces parser prettyprint.custom
|
growable kernel lexer namespaces parser prettyprint.custom
|
||||||
sequences specialized-arrays specialized-arrays.private strings
|
sequences specialized-arrays specialized-arrays.private strings
|
||||||
vocabs vocabs.parser ;
|
vocabs vocabs.parser fry ;
|
||||||
QUALIFIED: vectors.functor
|
QUALIFIED: vectors.functor
|
||||||
IN: specialized-vectors
|
IN: specialized-vectors
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ PRIVATE>
|
||||||
|
|
||||||
: record-benchmark ( vocab -- )
|
: record-benchmark ( vocab -- )
|
||||||
[ "=== " write print flush ] [
|
[ "=== " write print flush ] [
|
||||||
[ [ require ] [ (run-benchmark) ] [ ] tri timings ]
|
[ [ require ] [ run-benchmark ] [ ] tri timings ]
|
||||||
[ swap errors ]
|
[ swap errors ]
|
||||||
recover get set-at
|
recover get set-at
|
||||||
] bi ;
|
] bi ;
|
||||||
|
|
Loading…
Reference in New Issue