mirror of
https://github.com/AuxXxilium/yet-another-bench-script.git
synced 2024-11-23 23:01:02 +07:00
update GB5 to 5.5.1 (#57)
This commit is contained in:
parent
84f47e80b6
commit
d2fc09c5ef
4
yabs.sh
4
yabs.sh
@ -886,9 +886,9 @@ function launch_geekbench {
|
|||||||
echo -en "\nRunning GB5 benchmark test... *cue elevator music*"
|
echo -en "\nRunning GB5 benchmark test... *cue elevator music*"
|
||||||
# download the latest Geekbench 5 tarball and extract to geekbench temp directory
|
# download the latest Geekbench 5 tarball and extract to geekbench temp directory
|
||||||
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.5.1-LinuxARMPreview.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
||||||
else
|
else
|
||||||
$DL_CMD https://cdn.geekbench.com/Geekbench-5.4.6-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
$DL_CMD https://cdn.geekbench.com/Geekbench-5.5.1-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…
Reference in New Issue
Block a user