Minor benchmark update
parent
5041d0a46a
commit
73d664a7d5
|
@ -6,7 +6,8 @@ IN: benchmark
|
||||||
|
|
||||||
: run-benchmark ( vocab -- result )
|
: run-benchmark ( vocab -- result )
|
||||||
"=== Benchmark " write dup print flush
|
"=== Benchmark " write dup print flush
|
||||||
dup require [ run ] benchmark 2array ;
|
dup require [ run ] benchmark 2array
|
||||||
|
dup . ;
|
||||||
|
|
||||||
: run-benchmarks ( -- assoc )
|
: run-benchmarks ( -- assoc )
|
||||||
"benchmark" load-children
|
"benchmark" load-children
|
||||||
|
|
Loading…
Reference in New Issue