diff --git a/bin/README.md b/bin/README.md index 6885d5e..365cc99 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 | SHA-256 Hash
(VirusTotal Scan) | |:-:|:-:|:-:|:-:|:-:|:-:| -| fio_x64 | 3.36 | 20-OCT-2023 | x86_64 | 64-bit | [5d345d0](https://www.virustotal.com/gui/file/5d345d0eac6da12753c5296d86393cec046d1a7e5794594aa62127a19001ce30) | -| fio_x86 | 3.36 | 20-OCT-2023 | i686 | 32-bit | [82aa945](https://www.virustotal.com/gui/file/82aa94592e3498c8a84e6563e070d61a40f7ac385a846c752e6f22f941c10d20) | -| fio_aarch64 | 3.36 | 20-OCT-2023 | ARM (aarch64) | 64-bit | [52d02cb](https://www.virustotal.com/gui/file/52d02cb20959ac488b2369a6fdaad421211619c309deb1d7a795279242a30b22) | -| fio_arm | 3.36 | 20-OCT-2023 | ARM | 32-bit | [b84c3de](https://www.virustotal.com/gui/file/b84c3de74eec4073b7770569937ddbcaef3dc5c33c0e03401694ff277494e745) | +| fio_x64 | 3.37 | 22-APR-2024 | x86_64 | 64-bit | [54e5552](https://www.virustotal.com/gui/file/54e5552f714e4583c8f81419e3a3b432f3730780531ac39dca43df5174df6e06) | +| fio_x86 | 3.37 | 22-APR-2024 | i686 | 32-bit | [dce3615](https://www.virustotal.com/gui/file/dce3615fe7ff360447b9148f533422b4ca64e67579735e412c844bc718cf7f8c) | +| fio_aarch64 | 3.37 | 22-APR-2024 | ARM (aarch64) | 64-bit | [3c1bf69](https://www.virustotal.com/gui/file/3c1bf6944d61cf0f900980b2eefca6e90919b6c8a79cedbd175fe9a2c3d9c285) | +| fio_arm | 3.37 | 22-APR-2024 | ARM | 32-bit | [9917be5](https://www.virustotal.com/gui/file/9917be59238204bcaf1ccd5e08ab8e2a6bec6e5162ba8a4cf62ab8bb506ac9c1) | | iperf_x64 | 3.16 | 08-DEC-2023 | x86_64 | 64-bit | [587ec9f](https://www.virustotal.com/gui/file/587ec9ff96ab7320d14c84be64c5c8d92e5145f68361b93d66cd612227c9c513) | | iperf_x86 | 3.16 | 08-DEC-2023 | i686 | 32-bit | [6ba0814](https://www.virustotal.com/gui/file/6ba08140e60ada3399935c2c3a998563fd2ab9936ac75f5b8e925b7ae20b5228) | | iperf_aarch64 | 3.16 | 08-DEC-2023 | ARM (aarch64) | 64-bit | [69a3760](https://www.virustotal.com/gui/file/69a3760f7cb2b6a2beaeff8349fa104d0b2669f2a2a2c999f8d1f55ccc8b4f16) | diff --git a/bin/compile.sh b/bin/compile.sh index 41e89cb..dc9cd23 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.36.tar.gz -o "fio.tar.gz" +curl -L https://github.com/axboe/fio/archive/fio-3.37.tar.gz -o "fio.tar.gz" tar xf fio.tar.gz cd fio-fio* ./configure --disable-native diff --git a/bin/cross-compile.sh b/bin/cross-compile.sh index 7e4a99a..97b20dd 100755 --- a/bin/cross-compile.sh +++ b/bin/cross-compile.sh @@ -26,7 +26,7 @@ source /hbb_exe/activate # download and compile fio cd ~ -curl -L https://github.com/axboe/fio/archive/fio-3.36.tar.gz -o "fio.tar.gz" +curl -L https://github.com/axboe/fio/archive/fio-3.37.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/fio/fio_aarch64 b/bin/fio/fio_aarch64 index 0bb764b..fec76d5 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 78b5a95..38ec206 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 f444fcc..8adbf32 100755 Binary files a/bin/fio/fio_x64 and b/bin/fio/fio_x64 differ diff --git a/bin/fio/fio_x86 b/bin/fio/fio_x86 index 7b040f5..71360bd 100755 Binary files a/bin/fio/fio_x86 and b/bin/fio/fio_x86 differ diff --git a/yabs.sh b/yabs.sh index d6bee8c..94fc739 100644 --- a/yabs.sh +++ b/yabs.sh @@ -1,7 +1,7 @@ #!/bin/bash # Yet Another Bench Script by Mason Rowe -# Initial Oct 2019; Last update Mar 2024 +# Initial Oct 2019; Last update Apr 2024 # Disclaimer: This project is a work in progress. Any errors or suggestions should be # relayed to me via the GitHub project page linked below. @@ -12,7 +12,7 @@ # performance via fio. The script is designed to not require any dependencies # - either compiled or installed - nor admin privileges to run. -YABS_VERSION="v2024-03-05" +YABS_VERSION="v2024-04-22" echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e '# Yet-Another-Bench-Script #' @@ -807,7 +807,7 @@ if [ -z "$SKIP_IPERF" ]; then # 5. network modes supported by the iperf server (IPv4 = IPv4-only, IPv4|IPv6 = IPv4 + IPv6, etc.) IPERF_LOCS=( \ "lon.speedtest.clouvider.net" "5200-5209" "Clouvider" "London, UK (10G)" "IPv4|IPv6" \ - "iperf-ams-nl.eranium.net" "5201-5210" "Eranium" "Amsterdam, NL (10G)" "IPv4|IPv6" \ + "iperf-ams-nl.eranium.net" "5201-5210" "Eranium" "Amsterdam, NL (100G)" "IPv4|IPv6" \ "speedtest.extra.telia.fi" "5201-5208" "Telia" "Helsinki, FI (10G)" "IPv4" \ # AFR placeholder "speedtest.uztelecom.uz" "5200-5209" "Uztelecom" "Tashkent, UZ (10G)" "IPv4|IPv6" \ @@ -879,8 +879,8 @@ function launch_geekbench { || GB_URL="https://cdn.geekbench.com/Geekbench-5.5.1-Linux.tar.gz" GB_CMD="geekbench5" else # Geekbench v6 - [[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.2.2-LinuxARMPreview.tar.gz" \ - || GB_URL="https://cdn.geekbench.com/Geekbench-6.2.2-Linux.tar.gz" + [[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.3.0-LinuxARMPreview.tar.gz" \ + || GB_URL="https://cdn.geekbench.com/Geekbench-6.3.0-Linux.tar.gz" GB_CMD="geekbench6" fi GB_RUN="True"