[macruby-changes] [460] MacRuby/trunk/benchmark/bm_vm3_gc.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 20 23:13:34 PDT 2008


Revision: 460
          http://trac.macosforge.org/projects/ruby/changeset/460
Author:   lsansonetti at 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
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080820/e1beac84/attachment.html 


More information about the macruby-changes mailing list