mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
workloads/geekbench: Fix formatting
Add missing newline to description in order to display correctly in the show command and remove extra spaces.
This commit is contained in:
parent
2371364ce4
commit
7464010677
@ -29,6 +29,7 @@ class Geekbench(ApkUiautoWorkload):
|
||||
description = """
|
||||
Geekbench provides a comprehensive set of benchmarks engineered to quickly
|
||||
and accurately measure processor and memory performance.
|
||||
|
||||
http://www.primatelabs.com/geekbench/
|
||||
From the website:
|
||||
Designed to make benchmarks easy to run and easy to understand, Geekbench
|
||||
@ -389,9 +390,9 @@ class GeekbenchCorproate(Geekbench):
|
||||
requires_network = False
|
||||
|
||||
versions = ['4.1.0', '5.0.0']
|
||||
|
||||
activity = 'com.primatelabs.geekbench.HomeActivity'
|
||||
package = 'com.primatelabs.geekbench4.corporate'
|
||||
|
||||
activity = 'com.primatelabs.geekbench.HomeActivity'
|
||||
package = 'com.primatelabs.geekbench4.corporate'
|
||||
|
||||
parameters = [
|
||||
Parameter('version',
|
||||
|
Loading…
x
Reference in New Issue
Block a user