[Groonga-commit] droonga/http-benchmark at d022612 [master] Fix syntax error: missing "]"

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 18:28:55 JST 2013


YUKI Hiroshi	2013-10-07 18:28:55 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Fix syntax error: missing "]"

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

  Modified: lib/droonga/http-benchmark/formatter.rb (+2 -2)
===================================================================
--- lib/droonga/http-benchmark/formatter.rb    2013-10-07 18:22:02 +0900 (5df6e78)
+++ lib/droonga/http-benchmark/formatter.rb    2013-10-07 18:28:55 +0900 (e942cc2)
@@ -12,8 +12,8 @@ module Droonga
             puts "  #{status}: #{percentage} %"
           end
           puts "Elapsed time:"
-          puts "  min:     #{result[:min_elapsed_time} sec"
-          puts "  max:     #{result[:max_elapsed_time} sec"
+          puts "  min:     #{result[:min_elapsed_time]} sec"
+          puts "  max:     #{result[:max_elapsed_time]} sec"
           puts "  average: #{result[:average_elapsed_time]} sec"
         end
 
-------------- next part --------------
HTML����������������������������...
Download 



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