You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/geekbench/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Get started with Geekbench on Arm
2
+
title: Run Geekbench on Arm Linux systems
3
3
description: Run Geekbench on Arm systems to benchmark CPU performance, interpret the results, and compare different Arm configurations.
4
4
5
5
minutes_to_complete: 15
@@ -13,7 +13,7 @@ learning_objectives:
13
13
prerequisites:
14
14
- An Arm computer running Linux. You can use a cloud instance, refer to [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/).
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/geekbench/geekbench.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 2
6
6
7
7
When selecting Arm-based hardware, you may need a way to compare different systems and select a hardware configuration for your workload. Running benchmarks on different systems with different configurations is a good way to get more information about system performance.
8
8
9
-
[Geekbench](https://www.geekbench.com/index.html) is a cross-platform benchmark that makes it easy to measure system performance. [Preview Versions](https://www.geekbench.com/preview/) are available for Linux on Arm. You can also check the Geekbench [downloads](https://www.geekbench.com/download/) area for additional operating system options.
9
+
[Geekbench](https://www.geekbench.com/index.html) is a cross-platform benchmark that makes it easy to measure system performance. [Preview Versions](https://www.geekbench.com/preview/) are available for Linux on Arm. You can check the Geekbench [downloads](https://www.geekbench.com/download/) area for additional operating system options.
10
10
11
11
Geekbench provides a single-core score and a multi-core score, as well as individual performance scores for specific tests. You can use the scores to compare different systems and different configurations. A higher score is better.
12
12
@@ -18,7 +18,7 @@ You will need a local Arm platform or an [Arm based instance](/learning-paths/se
18
18
19
19
## Download
20
20
21
-
[Preview Versions](https://www.geekbench.com/preview/) of Geekbench 5 and Geekbench 6 binaries are available to download. You can also download them using `wget` as shown below.
21
+
[Preview Versions](https://www.geekbench.com/preview/) of Geekbench 5 and Geekbench 6 binaries are available to download. You can check there for newer versions. You can download versions using `wget` as shown below.
22
22
23
23
1. Install `wget` to use for the download:
24
24
@@ -44,7 +44,7 @@ cd Geekbench-6.5.0-LinuxARMPreview
44
44
./geekbench6
45
45
```
46
46
47
-
A number of single-core and multi-core tests are run. When complete, Geekbench uploads the results automatically and provides a link to the results. The `<id>` is a number for your run.
47
+
A number of single-core and multi-core tests are run. When complete, Geekbench uploads the results automatically and provides a link to the results. The output is similar to:
48
48
49
49
```output
50
50
Uploading results to the Geekbench Browser. This could take a minute or two
@@ -57,9 +57,9 @@ Upload succeeded. Visit the following link and view your results online:
57
57
58
58
## Save your results
59
59
60
-
You can create an account on [Geekbench browser](https://browser.geekbench.com) and save the results from your runs. This makes it easy to run Geekbench on a variety of systems and see your results together and compare them. You can also add notes to the results to help remember information about each run.
60
+
You can create an account on [Geekbench browser](https://browser.geekbench.com) and save the results from your runs. This makes it easy to run Geekbench on a variety of systems and see your results together and compare them. You can add notes to the results to help remember information about each run.
61
61
62
-
The `<id>` and `<key>` will be unique numbers for your run.
62
+
The output includes a claim link to add the result to your profile. The expected output is:
63
63
64
64
```output
65
65
Visit the following link and add this result to your profile:
0 commit comments