factor/library/test/benchmark/help.factor

12 lines
250 B
Factor

USING: gadgets-panes help io kernel namespaces prettyprint
sequences test threads words ;
[
all-articles [
stdio get pane-clear
dup global [ . flush ] bind
[ dup help ] assert-depth drop
1 sleep
] each
] time