[Groonga-commit] droonga/http-benchmark at 6eda38b [master] Fix mismatched paren

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 16:52:16 JST 2013


YUKI Hiroshi	2013-10-07 16:52:16 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Fix mismatched paren

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

  Modified: lib/droonga/http-benchmark.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark.rb    2013-10-07 16:51:26 +0900 (2a92db2)
+++ lib/droonga/http-benchmark.rb    2013-10-07 16:52:16 +0900 (72e215d)
@@ -129,7 +129,7 @@ class HttpBenchmark
            "(#{total_n_requests / @duration} queries per second)"
     puts "Status:"
     http_status_percentages.each do |status|
-      puts "  #{status[:status}}: #{status[:percentage]} %"
+      puts "  #{status[:status]}: #{status[:percentage]} %"
     end
     puts "Elapsed time:"
     puts "  min:     #{min_elapsed_time} sec"
-------------- next part --------------
HTML����������������������������...
Descargar 



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