Handbook
Glossary
run-timing-benchmark ( vocab -- time )
Vocabulary
benchmark
Inputs
vocab
an
object
Outputs
time
an
object
Definition
USING:
kernel
memory
sequences
tools.time
vocabs.loader
;
IN:
benchmark
:
run-timing-benchmark
( vocab -- time )
5
swap
[
run
]
curry
[
[
gc
]
]
dip
[
benchmark
]
curry
compose
replicate
minimum
;