[Groonga-commit] droonga/drnbench at 0456342 [master] Insert separator between index and url

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 30 11:59:19 JST 2014


YUKI Hiroshi	2014-07-30 11:59:19 +0900 (Wed, 30 Jul 2014)

  New Revision: 04563422aa2da3d44b3fc4fa64ef454b41b36546
  https://github.com/droonga/drnbench/commit/04563422aa2da3d44b3fc4fa64ef454b41b36546

  Message:
    Insert separator between index and url

  Modified files:
    lib/drnbench/request-response/result.rb

  Modified: lib/drnbench/request-response/result.rb (+1 -1)
===================================================================
--- lib/drnbench/request-response/result.rb    2014-07-30 11:58:06 +0900 (ea016c8)
+++ lib/drnbench/request-response/result.rb    2014-07-30 11:59:19 +0900 (60dd8e9)
@@ -87,7 +87,7 @@ module Drnbench
             status = "#{status}(aborted)"
           end
           "#{result[:elapsed_time]} sec: " +
-            "#{request["method"]} #{status} #{result[:index]}" +
+            "#{request["method"]} #{status} #{result[:index]} " +
             "http://#{request["host"]}:#{request["port"]}#{request["path"]}"
         end
       end
-------------- next part --------------
HTML����������������������������...
下載 



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