mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
Updated pylint for v1.5.1
Fixed WA for the latest version of pylint (1.5.1)
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
|
||||
# pylint: disable=W0201, C0103
|
||||
|
||||
from wlauto import Workload, Parameter, Executable
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
from wlauto import Workload, Parameter, Executable
|
||||
|
||||
results_txt = 'ebizzy_results.txt'
|
||||
record_regex = re.compile(r'(?P<record>\d+) records/s')
|
||||
result_regex = re.compile(r'(?P<metric>\D+)(?P<value>\d+.*\b)(?P<unit>\S+)')
|
||||
|
Reference in New Issue
Block a user