Fix IO_RATE_REGEX under macOS
This commit is contained in:
parent
8f909182d3
commit
126aaae8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ IO_ALT_TEST_SIZE_FACTOR = 0.01
|
|||
IO_BLOCK_SIZE = 512 * 1024
|
||||
IO_CHUNK_SIZE = 32 * 1024**2
|
||||
IO_MINIMUM_TEST_SIZE = 10 * 1024**3
|
||||
IO_RATE_REGEX = re.compile(r'(?P<bytes>\d+) bytes.* (?P<seconds>\S+) s,')
|
||||
IO_RATE_REGEX = re.compile(r'(?P<bytes>\d+) bytes.* (?P<seconds>\S+) s(,|ecs )')
|
||||
MENU_ACTIONS = (
|
||||
'Audio Test',
|
||||
'Keyboard Test',
|
||||
|
|
|
|||
Loading…
Reference in a new issue