aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm3_gc.rb
blob: e668026915a58c061e6aa0da318f6f6ae0294bb8 (plain)
1
2
3
4
5
6
5000.times do
  100.times do
    {"xxxx"=>"yyyy"}
  end
  GC.start
end