mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 08:55:15 +00:00
Geekbench 4: update to 4.4.4 and download it from HTTPS
All the files like fio, iperf3 binaries are downloaded from HTTPS except Geekbench tarballs. Let's download Geekbench from HTTPS, too. Geekbench 4.4.4 Released 2020-09-03 - Bug fixes. Geekbench 4.4.3 Released 2020-07-06 - Fix "internal timer error" error messages.
This commit is contained in:
parent
203c9a0e86
commit
8983258187
2
yabs.sh
2
yabs.sh
@ -614,7 +614,7 @@ function launch_geekbench {
|
||||
if [[ $VERSION == *4* ]]; then # Geekbench v4
|
||||
echo -en "\nRunning GB4 benchmark test... *cue elevator music*"
|
||||
# download the latest Geekbench 4 tarball and extract to geekbench temp directory
|
||||
curl -s http://cdn.geekbench.com/Geekbench-4.4.2-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
||||
curl -s https://cdn.geekbench.com/Geekbench-4.4.4-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null
|
||||
|
||||
if [[ "$ARCH" == *"x86"* ]]; then
|
||||
# check if geekbench file exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user