ruby--ruby/benchmark/vm_gc.rb

7 lines
71 B
Ruby

5000.times do
100.times do
{"xxxx"=>"yyyy"}
end
GC.start
end