mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
pep8: minor fixes in hackbench and ebizzy
This commit is contained in:
@@ -26,7 +26,8 @@ regex_map = {"total_groups": (re.compile(r'(\d+) groups'), "groups"),
|
||||
"total_messages": (re.compile(r'(\d+) messages'), "messages"),
|
||||
"total_bytes": (re.compile(r'(\d+) bytes'), "bytes"),
|
||||
"test_time": (re.compile(r'Time: (\d+.*)'), "seconds")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class Hackbench(Workload):
|
||||
|
||||
|
Reference in New Issue
Block a user