From 827e2db6cbe2cb3fbd70a5a31b40dc026a185f06 Mon Sep 17 00:00:00 2001 From: Sherlock Zhang Date: Sun, 30 Apr 2023 01:08:38 +0800 Subject: [PATCH 1/2] update GB6 to 6.0.3 (#64) --- yabs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yabs.sh b/yabs.sh index 0cc856d..9283f48 100644 --- a/yabs.sh +++ b/yabs.sh @@ -883,8 +883,8 @@ function launch_geekbench { || GB_URL="https://cdn.geekbench.com/Geekbench-5.5.1-Linux.tar.gz" GB_CMD="geekbench5" else # Geekbench v6 - [[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.0.2-LinuxARMPreview.tar.gz" \ - || GB_URL="https://cdn.geekbench.com/Geekbench-6.0.2-Linux.tar.gz" + [[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.0.3-LinuxARMPreview.tar.gz" \ + || GB_URL="https://cdn.geekbench.com/Geekbench-6.0.3-Linux.tar.gz" GB_CMD="geekbench6" fi GB_RUN="True" From b7c35fefab4ed2714ba352c5408c53d0f0819dff Mon Sep 17 00:00:00 2001 From: Philippe Le Rohellec Date: Sat, 29 Apr 2023 15:03:36 -0700 Subject: [PATCH 2/2] Update README.md (#65) VPSBenchmarks does not require Geekbench 5 results anymore, no more need to the "-5 -6" command line options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c02739..3602436 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Sites supporting submission of YABS JSON results: | Website | Example Command | | --- | --- | | [YABSdb](https://yabsdb.com/) | `curl -sL yabs.sh \| bash -s -- -s "https://yabsdb.com/add"` | -| [VPSBenchmarks](https://www.vpsbenchmarks.com/yabs/get_started) | `curl -sL yabs.sh \| bash -s -- -5 -6 -s https://www.vpsbenchmarks.com/yabs/upload` | +| [VPSBenchmarks](https://www.vpsbenchmarks.com/yabs/get_started) | `curl -sL yabs.sh \| bash -s -- -s https://www.vpsbenchmarks.com/yabs/upload` | | [s0c Online](https://s0c.org/) | `curl -sL yabs.sh \| bash -s -- -s https://s0c.org/api/yabs -9` | Example JSON output: [example.json](bin/example.json).