1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-29 22:24:51 +00:00

pylint/pep8 fixes

This commit is contained in:
Sergei Trofimov
2016-12-01 15:00:30 +00:00
parent ace41d10a5
commit 850fcb24ab
3 changed files with 6 additions and 2 deletions

View File

@@ -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'