Skip to content

Commit

Permalink
use more realistic bandwitdh in benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian8j2 committed Jan 9, 2024
1 parent 7f88738 commit f82c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ iperf -s -p 3939 -u &
iperf_server=$!

sleep 1
iperf -c 127.0.0.1 -p 3536 -u -b 10G -i 1 -e
iperf -c 127.0.0.1 -p 3536 -u -b 1G -i 1 -e

trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT

0 comments on commit f82c1eb

Please sign in to comment.