mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 07:51:31 +05:30
update to latest iperf3 release (v3.13)
This commit is contained in:
parent
d2fc09c5ef
commit
e4e65d2e87
7 changed files with 6 additions and 6 deletions
|
|
@ -48,7 +48,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*
|
||||
./configure --disable-shared --disable-profiling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue