summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm3_clearmethodcache.rb
blob: a25c372f069b2edd5996be05f1056e0d1876bc98 (plain)
1
2
3
4
5
6
7
8
i=0
while i<200_000
  i+=1

  Class.new{
    def m; end
  }
end