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