benchmark-results ( -- assoc )


Vocabulary
mason.report

Inputs
None

Outputs
assocan object


Definition


: 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 ;