Skip to content

Commit

Permalink
Remove numfmt in _functions.sh
Browse files Browse the repository at this point in the history
it's unnecessary and show errors
  • Loading branch information
joanhey committed Jul 29, 2023
1 parent 8da746f commit f9c0c9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ benchmark () {

rps=`grep "Requests/sec:" "$output_wrk" | tr -cd '0-9.'`

echo "rps: "
numfmt --g "$rps"
echo "rps: $rps"

# to make a small gap between the WRK and CURL
sleep 1
Expand Down

0 comments on commit f9c0c9d

Please sign in to comment.