mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
120 B
YAML
7 lines
120 B
YAML
|
prelude: |
|
||
|
objs = 100000.times.map { Object.new }
|
||
|
benchmark:
|
||
|
vm_freeze_obj: |
|
||
|
objs.map(&:freeze)
|
||
|
loop_count: 600
|