Skip to content

Commit

Permalink
update fio binaries (v3.33 -> 3.34)
Browse files Browse the repository at this point in the history
  • Loading branch information
masonr committed Mar 25, 2023
1 parent dd110ee commit b7c0b8c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/README.md
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion bin/compile-arm.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/compile.sh
Expand Up @@ -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
Expand Down
Binary file modified bin/fio/fio_aarch64
Binary file not shown.
Binary file modified bin/fio/fio_arm
Binary file not shown.
Binary file modified bin/fio/fio_x64
Binary file not shown.

0 comments on commit b7c0b8c

Please sign in to comment.