summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm3_gc.rb
blob: 7db9829d4410ee0b1e98022d27d716ecbba20d4a (plain)
1
2
3
4
5
6
7
#! /usr/bin/ruby
5000.times do
  100.times do
    {"xxxx"=>"yyyy"}
  end
  GC.start
end