Skip to content

Commit

Permalink
gh-30 fix report
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknow0 committed Jun 22, 2024
1 parent 2410cde commit 49342c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bench/result.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ done
echo
echo "Http2 result"

for i in "${!servers[@]}"
for s in "${!servers[@]}"
do
echo
echo "$s"
tail -n 9 "$1/$i.log"
tail -n 9 "$1/$s.log"
done

0 comments on commit 49342c4

Please sign in to comment.