зеркало из https://github.com/github/ruby.git
7 строки
182 B
YAML
7 строки
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
|