1 2 3 4 5 6
prelude: | objs = 100000.times.map { Object.new } benchmark: vm_freeze_obj: | objs.map(&:freeze) loop_count: 600