Skip to content

Commit

Permalink
long_tail_hey.rb - fixup single output
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 1, 2024
1 parent 72adc94 commit d83b988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/local/long_tail_hey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ def summary_puma_stats
str << format(" %7.2f #{percents_str}\n", Math.sqrt(var))
end
else
str << "\n#{@ka.ljust 23} ────── Max ─────\n"
str << "#{@hey_info_line.ljust 23} Reactor Backlog\n"
str << "\n#{@ka.ljust 23 } ── Reactor ── ── Backlog ──\n"
str << "#{@hey_info_line.ljust 23} Min/Max Min/Max\n"
CONNECTION_REQ.each do |k|
hsh = @stats_data[k]
str << format("#{@hey_run_data[k]} %6d %3d %3d\n", hsh[:requests], hsh[:reactor_max], hsh[:backlog_max])
str << format("#{@hey_run_data[k]} %6d %3d %3d\n", hsh[:requests], hsh[:reactor_max], hsh[:backlog_max])
end
end
str << "\n\n"
Expand Down

0 comments on commit d83b988

Please sign in to comment.