Skip to content

Commit 1903764

Browse files
Merge pull request #2805 from nothing-wrong-with-linux/patch-1
Updated Geekbench instructions with fresh version and source URL
2 parents 193028f + efad166 commit 1903764

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/geekbench

content/learning-paths/servers-and-cloud-computing/geekbench/geekbench.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You will need a local Arm platform or an [Arm based instance](/learning-paths/se
1818

1919
## Download
2020

21-
Both Geekbench 5 and Geekbench 6 binaries are available to download. The instructions below are for the Geekbench 6 preview version.
21+
Both Geekbench 5 and Geekbench 6 binaries are available to download, published at [https://www.geekbench.com/preview/](). The instructions below are for the Geekbench 6.5.0 preview version, latest at the moment of writing.
2222

2323
1. Install `wget` to use for the download:
2424

@@ -29,8 +29,8 @@ sudo apt install -y wget
2929
2. Download, extract the archive:
3030

3131
```bash
32-
wget https://cdn.geekbench.com/Geekbench-6.2.2-LinuxARMPreview.tar.gz
33-
tar -xf Geekbench-6.2.2-LinuxARMPreview.tar.gz
32+
wget https://cdn.geekbench.com/Geekbench-6.5.0-LinuxARMPreview.tar.gz
33+
tar -xf Geekbench-6.5.0-LinuxARMPreview.tar.gz
3434
```
3535

3636
## Run
@@ -40,7 +40,7 @@ There is no need for a browser or Linux desktop to run the benchmark. The Linux
4040
Navigate to the extracted directory and run the `geekbench6` benchmark.
4141

4242
```bash
43-
cd Geekbench-6.2.2-LinuxARMPreview
43+
cd Geekbench-6.5.0-LinuxARMPreview
4444
./geekbench6
4545
```
4646

@@ -65,4 +65,4 @@ The `<id>` and `<key>` will be unique numbers for your run.
6565
Visit the following link and add this result to your profile:
6666
6767
https://browser.geekbench.com/v6/cpu/<id>/claim?key=<key>
68-
```
68+
```

0 commit comments

Comments
 (0)