Merge branch 'master' of git://factorcode.org/git/factor
commit
e1336e3da2
|
@ -174,7 +174,7 @@ M: hook-generic synopsis*
|
||||||
dup definer.
|
dup definer.
|
||||||
dup seeing-word
|
dup seeing-word
|
||||||
dup pprint-word
|
dup pprint-word
|
||||||
dup "combination" word-prop hook-combination-var pprint-word
|
dup "combination" word-prop hook-combination-var pprint*
|
||||||
stack-effect. ;
|
stack-effect. ;
|
||||||
|
|
||||||
M: method-spec synopsis*
|
M: method-spec synopsis*
|
||||||
|
|
|
@ -6,7 +6,7 @@ continuations debugger ;
|
||||||
IN: benchmark
|
IN: benchmark
|
||||||
|
|
||||||
: run-benchmark ( vocab -- result )
|
: 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 )
|
: run-benchmarks ( -- assoc )
|
||||||
"benchmark" all-child-vocabs values concat [ vocab-name ] map
|
"benchmark" all-child-vocabs values concat [ vocab-name ] map
|
||||||
|
|
Loading…
Reference in New Issue