1
0
mirror of https://github.com/masonr/yet-another-bench-script.git synced 2024-05-11 16:54:51 +00:00

update to latest iperf3 release (v3.13)

This commit is contained in:
Mason Rowe
2023-02-26 19:10:20 +00:00
parent d2fc09c5ef
commit e4e65d2e87
7 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ cp fio /io/fio_$ARCH
# download and compile iperf
cd ~
curl -L https://github.com/esnet/iperf/archive/3.12.tar.gz -o "iperf.tar.gz"
curl -L https://github.com/esnet/iperf/archive/3.13.tar.gz -o "iperf.tar.gz"
tar xf iperf.tar.gz
cd iperf*
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-shared --disable-profiling --build x86_64-pc-linux-gnu --host ${HOST} --with-openssl=no --enable-static-bin