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

ruby-changes:41989

From: ko1 <ko1@a...>
Date: Wed, 9 Mar 2016 16:49:11 +0900 (JST)
Subject: [ruby-changes:41989] ko1:r54063 (trunk): * benchmark/driver.rb: fix my last commit (syntax error).

ko1	2016-03-09 16:49:06 +0900 (Wed, 09 Mar 2016)

  New Revision: 54063

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54063

  Log:
    * benchmark/driver.rb: fix my last commit (syntax error).

  Modified files:
    trunk/ChangeLog
    trunk/benchmark/driver.rb
Index: benchmark/driver.rb
===================================================================
--- benchmark/driver.rb	(revision 54062)
+++ benchmark/driver.rb	(revision 54063)
@@ -219,7 +219,7 @@ class BenchmarkDriver https://github.com/ruby/ruby/blob/trunk/benchmark/driver.rb#L219
     if @execs.size > 1
       output
       output({
-        real: "Speedup ratio: compare with the result of `#{@execs[0][1]}' (greater is better)"
+        real: "Speedup ratio: compare with the result of `#{@execs[0][1]}' (greater is better)",
         peak: "Memory consuming ratio (peak) with the result of `#{@execs[0][1]}' (greater is better)",
         size: "Memory consuming ratio (size) with the result of `#{@execs[0][1]}' (greater is better)",
       }[@measure_target])
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54062)
+++ ChangeLog	(revision 54063)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Mar  9 16:48:45 2016  Koichi Sasada  <ko1@a...>
+
+	* benchmark/driver.rb: fix my last commit (syntax error).
+
 Wed Mar  9 16:41:44 2016  Koichi Sasada  <ko1@a...>
 
 	* benchmark/driver.rb: fix output messages.

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

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