From 7aa3b79530c308c2fa6c6981e3456491aaa63f3f Mon Sep 17 00:00:00 2001 From: alfajorcito <54239420+alfajorcito@users.noreply.github.com> Date: Thu, 5 Jan 2023 06:00:50 +0900 Subject: [PATCH] update GB5 to 5.4.6 (#54) * update Geekbench 5 * update YABS_VERSION --- yabs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yabs.sh b/yabs.sh index 793c551..2f8f14a 100755 --- a/yabs.sh +++ b/yabs.sh @@ -12,7 +12,7 @@ # performance via fio. The script is designed to not require any dependencies # - either compiled or installed - nor admin privileges to run. # -YABS_VERSION="v2022-12-04" +YABS_VERSION="v2022-12-29" echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e '# Yet-Another-Bench-Script #' @@ -822,7 +822,7 @@ function launch_geekbench { 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 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 # check if geekbench file exists