--- 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
+ *