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

ruby-changes:25213

From: ko1 <ko1@a...>
Date: Fri, 19 Oct 2012 11:17:37 +0900 (JST)
Subject: [ruby-changes:25213] ko1:r37265 (trunk): * benchmark/driver.rb: remove unexpected `output'.

ko1	2012-10-19 11:15:00 +0900 (Fri, 19 Oct 2012)

  New Revision: 37265

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

  Log:
    * benchmark/driver.rb: remove unexpected `output'.
      (commit miss)

  Modified files:
    trunk/ChangeLog
    trunk/benchmark/driver.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37264)
+++ ChangeLog	(revision 37265)
@@ -1,3 +1,8 @@
+Fri Oct 19 11:13:55 2012  Koichi Sasada  <ko1@a...>
+
+	* benchmark/driver.rb: remove unexpected `output'.
+	  (commit miss)
+
 Fri Oct 19 10:24:03 2012  Koichi Sasada  <ko1@a...>
 
 	* vm_insnhelper.c (vm_search_method): remove needless local variable.
Index: benchmark/driver.rb
===================================================================
--- benchmark/driver.rb	(revision 37264)
+++ benchmark/driver.rb	(revision 37265)
@@ -238,7 +238,6 @@
   def measure executable, file
     cmd = "#{executable} #{@ruby_arg} #{file}"
 
-    output cmd
     m = Benchmark.measure{
       `#{cmd}`
     }

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

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