[前][次][番号順一覧][スレッド一覧]

ruby-changes:29426

From: ko1 <ko1@a...>
Date: Thu, 20 Jun 2013 16:07:59 +0900 (JST)
Subject: [ruby-changes:29426] ko1:r41478 (trunk): * benchmark/gc/pentomino.rb: added.

ko1	2013-06-20 16:07:46 +0900 (Thu, 20 Jun 2013)

  New Revision: 41478

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41478

  Log:
    * benchmark/gc/pentomino.rb: added.
      Simply load pentomino puzzle in the benchmark/ directory.

  Added files:
    trunk/benchmark/gc/pentomino.rb
  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41477)
+++ ChangeLog	(revision 41478)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Jun 20 16:06:37 2013  Koichi Sasada  <ko1@a...>
+
+	* benchmark/gc/pentomino.rb: added.
+	  Simply load pentomino puzzle in the benchmark/ directory.
+
 Thu Jun 20 15:32:56 2013  Koichi Sasada  <ko1@a...>
 
 	* benchmark/gc/redblack.rb: import red black tree benchmark from
Index: benchmark/gc/pentomino.rb
===================================================================
--- benchmark/gc/pentomino.rb	(revision 0)
+++ benchmark/gc/pentomino.rb	(revision 41478)
@@ -0,0 +1 @@
+require_relative '../bm_app_pentomino.rb'

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]