Skip to content

Commit f9c0c9d

Browse files
committed
Remove numfmt in _functions.sh
it's unnecessary and show errors
1 parent 8da746f commit f9c0c9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/_functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ benchmark () {
4040

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

43-
echo "rps: "
44-
numfmt --g "$rps"
43+
echo "rps: $rps"
4544

4645
# to make a small gap between the WRK and CURL
4746
sleep 1

0 commit comments

Comments
 (0)