Revision: 460 http://trac.macosforge.org/projects/ruby/changeset/460 Author: lsansonetti@apple.com Date: 2008-08-20 23:13:34 -0700 (Wed, 20 Aug 2008) Log Message: ----------- adding missing file Added Paths: ----------- MacRuby/trunk/benchmark/bm_vm3_gc.rb Added: MacRuby/trunk/benchmark/bm_vm3_gc.rb =================================================================== --- MacRuby/trunk/benchmark/bm_vm3_gc.rb (rev 0) +++ MacRuby/trunk/benchmark/bm_vm3_gc.rb 2008-08-21 06:13:34 UTC (rev 460) @@ -0,0 +1,7 @@ +#! /usr/bin/ruby +5000.times do + 100.times do + {"xxxx"=>"yyyy"} + end + GC.start +end Property changes on: MacRuby/trunk/benchmark/bm_vm3_gc.rb ___________________________________________________________________ Name: svn:executable + *