benchmark.continuations: more continuations.

db4
John Benediktsson 2012-09-14 14:59:17 -07:00
parent 52fab586be
commit a206daacde
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ USING: math kernel continuations ;
IN: benchmark.continuations IN: benchmark.continuations
: continuations-benchmark ( -- ) : continuations-benchmark ( -- )
100000 [ drop [ continue ] callcc0 ] each-integer ; 1,000,000 [ drop [ continue ] callcc0 ] each-integer ;
MAIN: continuations-benchmark MAIN: continuations-benchmark