Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges committed Aug 12, 2020
1 parent 97c36ef commit 8885247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions analyze/results_analyze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"#{args[1].to_s.rjust(8)} |" \
"#{args[2].to_s.rjust(15)} |" \
"#{args[3].to_s.rjust(15)} |" \
"#{args[3].to_s.rjust(15)} |" \
"#{args[4].to_s.rjust(15)} |" \
"#{args[5].to_s.rjust(9)} |" \
"#{args[6].to_s.rjust(14)} |"
"#{args[5].to_s.rjust(15)} |" \
"#{args[6].to_s.rjust(9)} |" \
"#{args[7].to_s.rjust(14)} |"
end
make_horizontal_line[]
make_data_line['name', 'req/s', 'avg. latency', '90 % in', '95 % in', '99 % in', 'avg. cpu', 'avg. memory']
Expand Down

0 comments on commit 8885247

Please sign in to comment.