update fio binaries (v3.33 -> 3.34)

This commit is contained in:
Mason Rowe 2023-03-24 23:44:24 -04:00
parent dd110ee036
commit b7c0b8cfe7
6 changed files with 5 additions and 5 deletions

View File

@ -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 |

View File

@ -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

View File

@ -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.

Binary file not shown.

Binary file not shown.