[Groonga-commit] droonga/drnbench at 56b2304 [master] Specify default parameters same to the tutorial

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Sat Oct 4 00:59:19 JST 2014


SHIMODA "Piro" Hiroshi	2014-10-04 00:59:19 +0900 (Sat, 04 Oct 2014)

  New Revision: 56b2304282ac1037d10e08cfdfe662c49f8ad654
  https://github.com/droonga/drnbench/commit/56b2304282ac1037d10e08cfdfe662c49f8ad654

  Message:
    Specify default parameters same to the tutorial

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

  Modified: lib/drnbench/request-response/configuration.rb (+4 -3)
===================================================================
--- lib/drnbench/request-response/configuration.rb    2014-07-31 12:26:12 +0900 (e930c14)
+++ lib/drnbench/request-response/configuration.rb    2014-10-04 00:59:19 +0900 (f9c1bd4)
@@ -28,9 +28,10 @@ module Drnbench
       MIN_WAIT     = 0
 
       def initialize
-        @wait                 = 1
-        @interval             = 5
-        @start_n_clients      = 1
+        @duration             = 30
+        @wait                 = 0.01
+        @interval             = 10
+        @start_n_clients      = 0
         @end_n_clients        = 1
         @step                 = 1
         @n_requests           = 1000
-------------- next part --------------
HTML����������������������������...
Descargar 



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