[Groonga-commit] droonga/http-benchmark at 70c205b [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 19:31:11 JST 2013


YUKI Hiroshi	2013-10-07 19:31:11 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Fix typo

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

  Modified: lib/droonga/http-benchmark/runner.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark/runner.rb    2013-10-07 19:29:34 +0900 (1fa6fb5)
+++ lib/droonga/http-benchmark/runner.rb    2013-10-07 19:31:11 +0900 (befdf5e)
@@ -117,7 +117,7 @@ module Droonga
         end
 
         @result = {
-          :total_n_rewuests => total_n_requests,
+          :total_n_requests => total_n_requests,
           :queries_per_second => total_n_requests.to_f / @duration,
           :responses => sorted_http_statuses,
           :min_elapsed_time => min_elapsed_time,
-------------- next part --------------
HTML����������������������������...
Download 



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