Skip to content

Commit 64826a1

Browse files
Merge pull request #2819 from jasonrandrews/review2
test review flow on Geekbench Learning Path
2 parents 7d9a7a9 + 801ee28 commit 64826a1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get started with Geekbench on Arm
2+
title: Run Geekbench on Arm Linux systems
33
description: Run Geekbench on Arm systems to benchmark CPU performance, interpret the results, and compare different Arm configurations.
44

55
minutes_to_complete: 15
@@ -13,7 +13,7 @@ learning_objectives:
1313
prerequisites:
1414
- 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/).
1515

16-
author: Ronan Synnott
16+
author: Jason Andrews
1717

1818
skilllevels: Introductory
1919

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66

77
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.
88

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.
1010

1111
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.
1212

@@ -18,7 +18,7 @@ You will need a local Arm platform or an [Arm based instance](/learning-paths/se
1818

1919
## Download
2020

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.
2222

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

@@ -44,7 +44,7 @@ cd Geekbench-6.5.0-LinuxARMPreview
4444
./geekbench6
4545
```
4646

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:
4848

4949
```output
5050
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:
5757

5858
## Save your results
5959

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.
6161

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:
6363

6464
```output
6565
Visit the following link and add this result to your profile:

0 commit comments

Comments
 (0)