mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-28 21:54:08 +00:00
pylint/pep8 fixes
This commit is contained in:
@@ -22,6 +22,7 @@ from wlauto import Workload, Parameter, Executable
|
||||
from wlauto.common.resources import File
|
||||
from wlauto.exceptions import ConfigError
|
||||
|
||||
|
||||
regex_map = {
|
||||
"Richards": (re.compile(r'Richards: (\d+.*)')),
|
||||
"DeltaBlue": (re.compile(r'DeltaBlue: (\d+.*)')),
|
||||
@@ -42,6 +43,7 @@ regex_map = {
|
||||
"Score": (re.compile(r'Score .*: (\d+.*)'))
|
||||
}
|
||||
|
||||
|
||||
class Octaned8(Workload):
|
||||
|
||||
name = 'octaned8'
|
||||
|
||||
Reference in New Issue
Block a user