mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 08:55:15 +00:00
update to latest geekbench release
This commit is contained in:
parent
d453546913
commit
57e384081c
4
yabs.sh
4
yabs.sh
@ -746,9 +746,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
|
||||||
curl -s https://cdn.geekbench.com/Geekbench-5.4.1-LinuxARMPreview.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
curl -s https://cdn.geekbench.com/Geekbench-5.4.3-LinuxARMPreview.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
||||||
else
|
else
|
||||||
curl -s https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
curl -s https://cdn.geekbench.com/Geekbench-5.4.3-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