mirror of
https://github.com/AuxXxilium/yet-another-bench-script.git
synced 2024-11-23 23:01:02 +07:00
update fio binaries (v3.33 -> 3.34)
This commit is contained in:
parent
dd110ee036
commit
b7c0b8cfe7
@ -6,10 +6,10 @@ This directory contains all of the binaries required to run the benchmarking tes
|
|||||||
|
|
||||||
| Binary Name | Version | Compile Date | Architecture | OS |
|
| Binary Name | Version | Compile Date | Architecture | OS |
|
||||||
|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|
|
||||||
| fio_x64 | 3.33 | 23-NOV-2022 | x86_64 | 64-bit |
|
| fio_x64 | 3.34 | 24-MAR-2023 | x86_64 | 64-bit |
|
||||||
| fio_x86 | 3.30* | 19-AUG-2022 | x86 | 32-bit |
|
| fio_x86 | 3.30* | 19-AUG-2022 | x86 | 32-bit |
|
||||||
| fio_aarch64 | 3.33 | 23-NOV-2022 | ARM | 64-bit |
|
| fio_aarch64 | 3.34 | 24-MAR-2023 | ARM | 64-bit |
|
||||||
| fio_arm | 3.30* | 19-AUG-2022 | ARM | 32-bit |
|
| fio_arm | 3.34 | 24-MAR-2023 | ARM | 32-bit |
|
||||||
| iperf_x64 | 3.13 | 26-FEB-2023 | x86_64 | 64-bit |
|
| iperf_x64 | 3.13 | 26-FEB-2023 | x86_64 | 64-bit |
|
||||||
| iperf_x86 | 3.13 | 26-FEB-2023 | x86 | 32-bit |
|
| iperf_x86 | 3.13 | 26-FEB-2023 | x86 | 32-bit |
|
||||||
| iperf_aarch64 | 3.13 | 26-FEB-2023 | ARM | 64-bit |
|
| iperf_aarch64 | 3.13 | 26-FEB-2023 | ARM | 64-bit |
|
||||||
|
@ -26,7 +26,7 @@ source /hbb_exe/activate
|
|||||||
|
|
||||||
# download and compile fio
|
# download and compile fio
|
||||||
cd ~
|
cd ~
|
||||||
curl -L https://github.com/axboe/fio/archive/fio-3.33.tar.gz -o "fio.tar.gz"
|
curl -L https://github.com/axboe/fio/archive/fio-3.34.tar.gz -o "fio.tar.gz"
|
||||||
tar xf fio.tar.gz
|
tar xf fio.tar.gz
|
||||||
cd fio-fio*
|
cd fio-fio*
|
||||||
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static
|
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static
|
||||||
|
@ -35,7 +35,7 @@ source /hbb_exe/activate
|
|||||||
|
|
||||||
# download and compile fio
|
# download and compile fio
|
||||||
cd ~
|
cd ~
|
||||||
curl -L https://github.com/axboe/fio/archive/fio-3.33.tar.gz -o "fio.tar.gz"
|
curl -L https://github.com/axboe/fio/archive/fio-3.34.tar.gz -o "fio.tar.gz"
|
||||||
tar xf fio.tar.gz
|
tar xf fio.tar.gz
|
||||||
cd fio-fio*
|
cd fio-fio*
|
||||||
./configure --disable-native
|
./configure --disable-native
|
||||||
|
Binary file not shown.
BIN
bin/fio/fio_arm
BIN
bin/fio/fio_arm
Binary file not shown.
BIN
bin/fio/fio_x64
BIN
bin/fio/fio_x64
Binary file not shown.
Loading…
Reference in New Issue
Block a user