ruby/benchmark/bm_vm3_gc.rb

8 строки
88 B
Ruby
Executable File

#! /usr/bin/ruby
5000.times do
100.times do
{"xxxx"=>"yyyy"}
end
GC.start
end