[Groonga-commit] droonga/http-benchmark at d958e04 [master] Access to Runner::Result correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Oct 9 16:21:20 JST 2013


YUKI Hiroshi	2013-10-09 16:21:20 +0900 (Wed, 09 Oct 2013)

  New Revision: d958e044d47f634ee2da234b1a69826aa8f5adc5
  https://github.com/droonga/http-benchmark/commit/d958e044d47f634ee2da234b1a69826aa8f5adc5

  Message:
    Access to Runner::Result correctly

  Modified files:
    lib/droonga/http-benchmark/gradual-runner.rb

  Modified: lib/droonga/http-benchmark/gradual-runner.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark/gradual-runner.rb    2013-10-09 16:18:17 +0900 (cad558c)
+++ lib/droonga/http-benchmark/gradual-runner.rb    2013-10-09 16:21:20 +0900 (ddb933e)
@@ -64,7 +64,7 @@ module Droonga
       end
 
       def csv_header
-        (Result.keys + response_statuses).join(",")
+        (Runner::Result.keys + response_statuses).join(",")
       end
 
       def csv_body
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index