mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00: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
|