mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-10 17:00:07 +05:30
update Geekbench 5
This commit is contained in:
parent
9caccacc9e
commit
981754f53e
1 changed files with 1 additions and 1 deletions
2
yabs.sh
2
yabs.sh
|
|
@ -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…
Add table
Add a link
Reference in a new issue