summaryrefslogtreecommitdiff
path: root/benchmark-suite/benchmarks/continuations.bm
blob: 7c44300f70fbf68f4e3a60ddc2a4a903f5785e78 (plain)
1
2
3
4
5
(define (callee continuation)
  (continuation #t))

(benchmark "call/cc" 300
  (call-with-current-continuation callee))