Skip to content

Commit

Permalink
Fix mismatched paren
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 7, 2013
1 parent d49d6e2 commit 6eda38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/http-benchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def analyze_results
"(#{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"
Expand Down

0 comments on commit 6eda38b

Please sign in to comment.