mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
182 B
YAML
7 lines
182 B
YAML
|
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
|