Skip to content

Commit 0958b7f

Browse files
committed
update fio binaries; update latest geekbench6
1 parent 14b1f71 commit 0958b7f

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

bin/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This directory contains all of the binaries required to run the benchmarking tes
66

77
| Binary Name | Version | Compile Date | Architecture | OS | SHA-256 Hash<br>(VirusTotal Scan) |
88
|:-:|:-:|:-:|:-:|:-:|:-:|
9-
| fio_x64 | 3.38 | 14-DEC-2024 | x86_64 | 64-bit | [b802ea1](https://www.virustotal.com/gui/file/b802ea1460f8a0ab6a9d8a48d5d23dec8f68228293b88c2e4567424e6d2a7a47) |
10-
| fio_x86 | 3.38 | 14-DEC-2024 | i686 | 32-bit | [8f06655](https://www.virustotal.com/gui/file/8f066550c35a8c6bbb53c80264ec0c1962128267562a785391fd3bb36ca489cb) |
11-
| fio_aarch64 | 3.38 | 23-NOV-2024 | ARM (aarch64) | 64-bit | [ed703a8](https://www.virustotal.com/gui/file/ed703a87951992696a0870dfb3094956ebe0f5ea304918dc05a921d32aacb760) |
12-
| fio_arm | 3.38 | 23-NOV-2024 | ARM | 32-bit | [b52a809](https://www.virustotal.com/gui/file/b52a809f748587909c429edc14e54299249aedb19b5db72a60affc0de4b5c608) |
9+
| fio_x64 | 3.39 | 20-APR-2025 | x86_64 | 64-bit | [b511bda](https://www.virustotal.com/gui/file/b511bda3b26b6d840698f543d63e956d7466b8512c10ff0ada8292d556c33fb1) |
10+
| fio_x86 | 3.39 | 20-APR-2025 | i686 | 32-bit | [42e2e0b](https://www.virustotal.com/gui/file/42e2e0b0370faeb8e53dcf48dfff15daa9baaadfd196d9bdda57af196bedf0b3) |
11+
| fio_aarch64 | 3.39 | 20-APR-2025 | ARM (aarch64) | 64-bit | [e2942a2](https://www.virustotal.com/gui/file/e2942a26d4b249076486677c9c12cd7f1a572854a5e136597d1391e8ad75ffb0) |
12+
| fio_arm | 3.39 | 20-APR-2025 | ARM | 32-bit | [3a96b1c](https://www.virustotal.com/gui/file/3a96b1cadfb51501b7fd54dc47a4dad666dc4382d4fe152116c62ae6a07485ea) |
1313
| iperf3_x64 | 3.18 | 14-DEC-2024 | x86_64 | 64-bit | [ef787ab](https://www.virustotal.com/gui/file/ef787abbe4b09c7958ed592df52dfe3a2848cbdee5b76738c757d7c51c348053) |
1414
| iperf3_x86 | 3.18 | 14-DEC-2024 | i686 | 32-bit | [655eb51](https://www.virustotal.com/gui/file/655eb51abc36ddaa624c1d0e98c6930e8b1e9d91c85e5a3443624355656be9b9) |
1515
| iperf3_aarch64 | 3.18 | 14-DEC-2024 | ARM (aarch64) | 64-bit | [92e5821](https://www.virustotal.com/gui/file/92e5821cfbaa1f8faf123b4d6773dc0f6efef221b9308668a21ddabc04a1de20) |

bin/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ source /hbb_exe/activate
3636

3737
# download and compile fio
3838
cd ~
39-
curl -L https://github.com/axboe/fio/archive/fio-3.38.tar.gz -o "fio.tar.gz"
39+
curl -L https://github.com/axboe/fio/archive/fio-3.39.tar.gz -o "fio.tar.gz"
4040
tar xf fio.tar.gz
4141
cd fio-fio*
4242
./configure --disable-native

bin/cross-compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ source /hbb_exe/activate
3030

3131
# download and compile fio
3232
cd ~
33-
curl -L https://github.com/axboe/fio/archive/fio-3.38.tar.gz -o "fio.tar.gz"
33+
curl -L https://github.com/axboe/fio/archive/fio-3.39.tar.gz -o "fio.tar.gz"
3434
tar xf fio.tar.gz
3535
cd fio-fio*
3636
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static

bin/fio/fio_aarch64

8.7 KB
Binary file not shown.

bin/fio/fio_arm

7.35 KB
Binary file not shown.

bin/fio/fio_x64

27.4 KB
Binary file not shown.

bin/fio/fio_x86

6.98 KB
Binary file not shown.

yabs.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Yet Another Bench Script by Mason Rowe
4-
# Initial Oct 2019; Last update Jan 2025
4+
# Initial Oct 2019; Last update Apr 2025
55

66
# Disclaimer: This project is a work in progress. Any errors or suggestions should be
77
# relayed to me via the GitHub project page linked below.
@@ -12,7 +12,7 @@
1212
# performance via fio. The script is designed to not require any dependencies
1313
# - either compiled or installed - nor admin privileges to run.
1414

15-
YABS_VERSION="v2025-01-01"
15+
YABS_VERSION="v2025-04-20"
1616

1717
echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
1818
echo -e '# Yet-Another-Bench-Script #'
@@ -69,7 +69,7 @@ while getopts 'bfdignhr4596jw:s:' flag; do
6969
f) SKIP_FIO="True" ;;
7070
d) SKIP_FIO="True" ;;
7171
i) SKIP_IPERF="True" ;;
72-
g) SKIP_GEEKBENCH="True" ;;
72+
g) SKIP_GEEKBENCH="True" && unset GEEKBENCH_6 ;;
7373
n) SKIP_NET="True" ;;
7474
h) PRINT_HELP="True" ;;
7575
r) REDUCE_NET="True" ;;
@@ -163,11 +163,11 @@ if [ -n "$PRINT_HELP" ]; then
163163
[[ -n $GEEKBENCH_6 ]] && echo -e " running geekbench 6"
164164
echo -e
165165
echo -e "Local Binary Check:"
166-
[[ -z $LOCAL_FIO ]] && echo -e " fio not detected, will download precompiled binary" ||
167-
[[ -z $PREFER_BIN ]] && echo -e " fio detected, using local package" ||
166+
([[ -z $LOCAL_FIO ]] && echo -e " fio not detected, will download precompiled binary") ||
167+
([[ -z $PREFER_BIN ]] && echo -e " fio detected, using local package") ||
168168
echo -e " fio detected, but using precompiled binary instead"
169-
[[ -z $LOCAL_IPERF ]] && echo -e " iperf3 not detected, will download precompiled binary" ||
170-
[[ -z $PREFER_BIN ]] && echo -e " iperf3 detected, using local package" ||
169+
([[ -z $LOCAL_IPERF ]] && echo -e " iperf3 not detected, will download precompiled binary") ||
170+
([[ -z $PREFER_BIN ]] && echo -e " iperf3 detected, using local package") ||
171171
echo -e " iperf3 detected, but using precompiled binary instead"
172172
echo -e
173173
echo -e "Detected Connectivity:"
@@ -904,8 +904,8 @@ function launch_geekbench {
904904
|| GB_URL="https://cdn.geekbench.com/Geekbench-5.5.1-Linux.tar.gz"
905905
GB_CMD="geekbench5"
906906
else # Geekbench v6
907-
[[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.3.0-LinuxARMPreview.tar.gz" \
908-
|| GB_URL="https://cdn.geekbench.com/Geekbench-6.3.0-Linux.tar.gz"
907+
[[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.4.0-LinuxARMPreview.tar.gz" \
908+
|| GB_URL="https://cdn.geekbench.com/Geekbench-6.4.0-Linux.tar.gz"
909909
GB_CMD="geekbench6"
910910
fi
911911
GB_RUN="True"

0 commit comments

Comments
 (0)