mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-06 15:41:30 +05:30
update binaries (fio v3.35; iperf v3.14)
This commit is contained in:
parent
2c91051dbf
commit
f648820143
12 changed files with 30 additions and 33 deletions
|
|
@ -35,7 +35,7 @@ source /hbb_exe/activate
|
|||
|
||||
# download and compile fio
|
||||
cd ~
|
||||
curl -L https://github.com/axboe/fio/archive/fio-3.34.tar.gz -o "fio.tar.gz"
|
||||
curl -L https://github.com/axboe/fio/archive/fio-3.35.tar.gz -o "fio.tar.gz"
|
||||
tar xf fio.tar.gz
|
||||
cd fio-fio*
|
||||
./configure --disable-native
|
||||
|
|
@ -48,7 +48,7 @@ cp fio /io/fio_$ARCH
|
|||
|
||||
# download and compile iperf
|
||||
cd ~
|
||||
curl -L https://github.com/esnet/iperf/archive/3.13.tar.gz -o "iperf.tar.gz"
|
||||
curl -L https://github.com/esnet/iperf/archive/3.14.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