[Groonga-commit] droonga/http-benchmark at eb093de [master] Show message for each n_clients

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 18:34:39 JST 2013


YUKI Hiroshi	2013-10-07 18:34:39 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Show message for each n_clients

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

  Modified: lib/droonga/http-benchmark/gradual-runner.rb (+1 -0)
===================================================================
--- lib/droonga/http-benchmark/gradual-runner.rb    2013-10-07 18:33:40 +0900 (743ba28)
+++ lib/droonga/http-benchmark/gradual-runner.rb    2013-10-07 18:34:39 +0900 (92f0e50)
@@ -28,6 +28,7 @@ module Droonga
         @results = {}
         @start_n_clients.step(@end_n_clients, @step) do |n_clients|
           benchmark = Runner.new(@params.merge(:n_clients => n_clients))
+          puts "Running benchmark with #{n_clients} clients..."
           @results[n_clients] = benchmark.run
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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