зеркало из https://github.com/github/ruby.git
7 строки
120 B
YAML
7 строки
120 B
YAML
|
prelude: |
|
||
|
objs = 100000.times.map { Object.new }
|
||
|
benchmark:
|
||
|
vm_freeze_obj: |
|
||
|
objs.map(&:freeze)
|
||
|
loop_count: 600
|