Handbook
Glossary
benchmark-results ( -- assoc )
Vocabulary
mason
.
report
Inputs
None
Outputs
assoc
an
object
Definition
USING:
arrays
kernel
mason.common
sequences
sets
;
IN:
mason.report
:
benchmark-results
( -- assoc )
{
"boot-time"
"load-time"
"test-time"
"help-lint-time"
"benchmark-time"
"html-help-time"
}
[
dup
eval-file
2array
]
map
benchmarks-file
eval-file
union
;