зеркало из https://github.com/github/ruby.git
Adds a benchmark to measure freezing objects
This commit is contained in:
Родитель
fbaac837cf
Коммит
b5c459d57a
|
@ -0,0 +1,6 @@
|
|||
prelude: |
|
||||
objs = 100000.times.map { Object.new }
|
||||
benchmark:
|
||||
vm_freeze_obj: |
|
||||
objs.map(&:freeze)
|
||||
loop_count: 600
|
Загрузка…
Ссылка в новой задаче