Handbook
Glossary
update-benchmarks ( run-id benchmarks -- )
Vocabulary
webapps
.
mason
.
status-update
Inputs
run-id
an
object
benchmarks
an
object
Outputs
None
Definition
USING:
accessors
db.tuples
kernel
sequences
webapps.mason.backend
;
IN:
webapps.mason.status-update
:
update-benchmarks
( run-id benchmarks -- )
[
benchmark
new
swap
>>run-id
]
dip
[
first2
[
>>name
]
dip
>>duration
insert-tuple
]
with
each
;