builder: do require before run
parent
949c7f9a0a
commit
514cbe8a32
|
@ -6,7 +6,7 @@ continuations debugger ;
|
|||
IN: benchmark
|
||||
|
||||
: run-benchmark ( vocab -- result )
|
||||
[ [ run ] benchmark ] [ error. drop f f ] recover 2array ;
|
||||
[ dup require [ run ] benchmark ] [ error. drop f f ] recover 2array ;
|
||||
|
||||
: run-benchmarks ( -- assoc )
|
||||
"benchmark" all-child-vocabs values concat [ vocab-name ] map
|
||||
|
|
Loading…
Reference in New Issue