[Groonga-commit] droonga/http-benchmark at d49d6e2 [master] Fix syntax error

Back to archive index

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


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

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

  Message:
    Fix syntax error

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

  Modified: lib/droonga/http-benchmark.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark.rb    2013-10-07 16:48:28 +0900 (6f8e904)
+++ lib/droonga/http-benchmark.rb    2013-10-07 16:51:26 +0900 (2a92db2)
@@ -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����������������������������...
Download 



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