diff --git a/bin/README.md b/bin/README.md index e1adf3e..2e1e9e4 100644 --- a/bin/README.md +++ b/bin/README.md @@ -6,10 +6,10 @@ This directory contains all of the binaries required to run the benchmarking tes | 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_aarch64 | 3.33 | 23-NOV-2022 | ARM | 64-bit | -| fio_arm | 3.30* | 19-AUG-2022 | ARM | 32-bit | +| fio_aarch64 | 3.34 | 24-MAR-2023 | ARM | 64-bit | +| fio_arm | 3.34 | 24-MAR-2023 | ARM | 32-bit | | iperf_x64 | 3.13 | 26-FEB-2023 | x86_64 | 64-bit | | iperf_x86 | 3.13 | 26-FEB-2023 | x86 | 32-bit | | iperf_aarch64 | 3.13 | 26-FEB-2023 | ARM | 64-bit | diff --git a/bin/compile-arm.sh b/bin/compile-arm.sh index 565caca..000cce0 100755 --- a/bin/compile-arm.sh +++ b/bin/compile-arm.sh @@ -26,7 +26,7 @@ source /hbb_exe/activate # download and compile fio 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 cd fio-fio* CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static diff --git a/bin/compile.sh b/bin/compile.sh index fe35159..868a937 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -35,7 +35,7 @@ source /hbb_exe/activate # download and compile fio 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 cd fio-fio* ./configure --disable-native diff --git a/bin/fio/fio_aarch64 b/bin/fio/fio_aarch64 index 669e60a..e893f69 100755 Binary files a/bin/fio/fio_aarch64 and b/bin/fio/fio_aarch64 differ diff --git a/bin/fio/fio_arm b/bin/fio/fio_arm index f2bcd59..ef59dde 100755 Binary files a/bin/fio/fio_arm and b/bin/fio/fio_arm differ diff --git a/bin/fio/fio_x64 b/bin/fio/fio_x64 index 89410d3..8ad2ad0 100755 Binary files a/bin/fio/fio_x64 and b/bin/fio/fio_x64 differ