[Groonga-commit] droonga/drnbench at 8f55347 [master] Store index of the result

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 30 11:53:50 JST 2014


YUKI Hiroshi	2014-07-30 11:53:50 +0900 (Wed, 30 Jul 2014)

  New Revision: 8f55347802b8c57ef931cdac318ba33b5a99dfb5
  https://github.com/droonga/drnbench/commit/8f55347802b8c57ef931cdac318ba33b5a99dfb5

  Message:
    Store index of the result

  Modified files:
    lib/drnbench/client/http.rb

  Modified: lib/drnbench/client/http.rb (+2 -0)
===================================================================
--- lib/drnbench/client/http.rb    2014-07-30 11:50:08 +0900 (67c42c5)
+++ lib/drnbench/client/http.rb    2014-07-30 11:53:50 +0900 (e489af3)
@@ -48,6 +48,7 @@ module Drnbench
             :request => request,
             :status => response.code,
             :elapsed_time => Time.now - start_time,
+            :index => @result.size,
           }
           @last_request = nil
           @last_start_time = nil
@@ -65,6 +66,7 @@ module Drnbench
           :request => @last_request,
           :status => "0",
           :elapsed_time => Time.now - @last_start_time,
+          :index => @result.size,
         }
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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