mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-29 22:24:51 +00:00
doc: fix build warnings
This commit is contained in:
committed by
Marc Bonnici
parent
3f7f0b38f5
commit
b1b2131b0c
@@ -628,19 +628,20 @@ class RunConfiguration(Configuration):
|
||||
This is list of statuses on which a job will be considered to have
|
||||
failed and will be automatically retried up to ``max_retries``
|
||||
times. This defaults to ``["FAILED", "PARTIAL"]`` if not set.
|
||||
Possible values are::
|
||||
Possible values are:
|
||||
|
||||
``"OK"``
|
||||
This iteration has completed and no errors have been detected
|
||||
This iteration has completed and no errors have been detected
|
||||
|
||||
``"PARTIAL"``
|
||||
One or more instruments have failed (the iteration may still be running).
|
||||
One or more instruments have failed (the iteration may still be
|
||||
running).
|
||||
|
||||
``"FAILED"``
|
||||
The workload itself has failed.
|
||||
The workload itself has failed.
|
||||
|
||||
``"ABORTED"``
|
||||
The user interrupted the workload
|
||||
The user interrupted the workload.
|
||||
''',
|
||||
),
|
||||
ConfigurationPoint(
|
||||
|
||||
@@ -38,10 +38,12 @@ class Geekbench(ApkUiautoWorkload):
|
||||
the score of a single-processor Power Mac G5 @ 1.6GHz). Higher scores are
|
||||
better, with double the score indicating double the performance.
|
||||
The benchmarks fall into one of four categories:
|
||||
|
||||
- integer performance.
|
||||
- floating point performance.
|
||||
- memory performance.
|
||||
- stream performance.
|
||||
|
||||
Geekbench benchmarks: http://www.primatelabs.com/geekbench/doc/benchmarks.html
|
||||
Geekbench scoring methedology:
|
||||
http://support.primatelabs.com/kb/geekbench/interpreting-geekbench-scores
|
||||
|
||||
Reference in New Issue
Block a user