mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 08:55:15 +00:00
parent
9caccacc9e
commit
7aa3b79530
4
yabs.sh
4
yabs.sh
@ -12,7 +12,7 @@
|
|||||||
# performance via fio. The script is designed to not require any dependencies
|
# performance via fio. The script is designed to not require any dependencies
|
||||||
# - either compiled or installed - nor admin privileges to run.
|
# - either compiled or installed - nor admin privileges to run.
|
||||||
#
|
#
|
||||||
YABS_VERSION="v2022-12-04"
|
YABS_VERSION="v2022-12-29"
|
||||||
|
|
||||||
echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
|
echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
|
||||||
echo -e '# Yet-Another-Bench-Script #'
|
echo -e '# Yet-Another-Bench-Script #'
|
||||||
@ -822,7 +822,7 @@ function launch_geekbench {
|
|||||||
if [[ $ARCH = *aarch64* || $ARCH = *arm* ]]; then
|
if [[ $ARCH = *aarch64* || $ARCH = *arm* ]]; then
|
||||||
$DL_CMD https://cdn.geekbench.com/Geekbench-5.4.4-LinuxARMPreview.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
$DL_CMD https://cdn.geekbench.com/Geekbench-5.4.4-LinuxARMPreview.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
||||||
else
|
else
|
||||||
$DL_CMD https://cdn.geekbench.com/Geekbench-5.4.5-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
$DL_CMD https://cdn.geekbench.com/Geekbench-5.4.6-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check if geekbench file exists
|
# check if geekbench file exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user