benchmark.ui-panes: deploy without prettyprinter
parent
ee1520f683
commit
76344f6bc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue