Merge branch 'master' of git://factorcode.org/git/factor
commit
e1336e3da2
core/prettyprint
extra/benchmark
|
@ -174,7 +174,7 @@ M: hook-generic synopsis*
|
|||
dup definer.
|
||||
dup seeing-word
|
||||
dup pprint-word
|
||||
dup "combination" word-prop hook-combination-var pprint-word
|
||||
dup "combination" word-prop hook-combination-var pprint*
|
||||
stack-effect. ;
|
||||
|
||||
M: method-spec synopsis*
|
||||
|
|
|
@ -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