From fe6b76e78983fd1a0546e1683c0051a01c6cf408 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 20 Jun 2013 07:07:46 +0000 Subject: * benchmark/gc/pentomino.rb: added. Simply load pentomino puzzle in the benchmark/ directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ benchmark/gc/pentomino.rb | 1 + 2 files changed, 6 insertions(+) create mode 100644 benchmark/gc/pentomino.rb diff --git a/ChangeLog b/ChangeLog index e1ed8f46e0..0868a8e436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 20 16:06:37 2013 Koichi Sasada + + * benchmark/gc/pentomino.rb: added. + Simply load pentomino puzzle in the benchmark/ directory. + Thu Jun 20 15:32:56 2013 Koichi Sasada * benchmark/gc/redblack.rb: import red black tree benchmark from diff --git a/benchmark/gc/pentomino.rb b/benchmark/gc/pentomino.rb new file mode 100644 index 0000000000..9d90bcb48f --- /dev/null +++ b/benchmark/gc/pentomino.rb @@ -0,0 +1 @@ +require_relative '../bm_app_pentomino.rb' -- cgit v1.2.3