mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
6 lines
120 B
YAML
6 lines
120 B
YAML
prelude: |
|
|
objs = 100000.times.map { Object.new }
|
|
benchmark:
|
|
vm_freeze_obj: |
|
|
objs.map(&:freeze)
|
|
loop_count: 600
|