benchmark.ui-panes: deploy without prettyprinter

db4
Slava Pestov 2010-10-23 17:09:26 -07:00
parent ee1520f683
commit 76344f6bc2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
USING: ui.gadgets.panes prettyprint io sequences ;
USING: io math.parser sequences ui.gadgets.panes ;
IN: benchmark.ui-panes
: ui-pane-benchmark ( -- )
<pane> <pane-stream> [ 10000 iota [ . ] each ] with-output-stream* ;
<pane> <pane-stream> [ 10000 iota [ number>string print ] each ] with-output-stream* ;
MAIN: ui-pane-benchmark