Handbook
Glossary
run-find-all-bench ( doc-word-seq feat-seq -- )
Vocabulary
mongodb
.
benchmark
Inputs
doc-word-seq
an
object
feat-seq
an
object
Outputs
None
Definition
USING:
combinators
io
kernel
sequences
;
IN:
mongodb.benchmark
:
run-find-all-bench
( doc-word-seq feat-seq -- )
"Query Tests - Find-All"
print
print-separator-bold
\
find-all
[bench-quot]
[
( doc-word -- )
call-effect
]
curry
each
;