mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
6 lines
182 B
YAML
6 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
|