Fix http help lint
[factor/jcg.git] / extra / benchmark / ui-panes / ui-panes.factor
blob6fdbdaecf6d06ea5452799a56d7e68f5b75037b2
1 USING: ui.gadgets.panes prettyprint io sequences ;
2 IN: benchmark.ui-panes
4 : ui-pane-benchmark ( -- )
5     <pane> <pane-stream> [ 10000 [ . ] each ] with-output-stream* ;
7 MAIN: ui-pane-benchmark