summaryrefslogtreecommitdiff
path: root/benchmark/kernel_then.yml
blob: 85f7341e33df410d7c9b218b55d99c28a71b6854 (plain)
1
2
3
4
5
6
benchmark:
  kernel_then: 1.then { |i| i + 1 }
  kernel_then_enum: 1.then
  kernel_yield_self: 1.yield_self { |i| i + 1 }
  kernel_yield_self_enum: 1.yield_self
loop_count: 20000000