[Groonga-commit] droonga/http-benchmark at 960a1b5 [master] Fix typo: remove unneccesary "s"

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 17:26:53 JST 2013


YUKI Hiroshi	2013-10-07 17:26:53 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Fix typo: remove unneccesary "s"

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

  Modified: lib/droonga/http-benchmark.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark.rb    2013-10-07 17:23:05 +0900 (05ce464)
+++ lib/droonga/http-benchmark.rb    2013-10-07 17:26:53 +0900 (fccf97b)
@@ -123,7 +123,7 @@ module Droonga
 
       http_status_percentages = []
       http_statuses.each do |status, n_results|
-        percentage = n_resulsts.to_f / total_n_requests * 100
+        percentage = n_results.to_f / total_n_requests * 100
         http_status_percentages << { :percentage => percentage,
                                      :status => status }
       end
-------------- next part --------------
HTML����������������������������...
Download 



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