mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Match new benchmark driver default output
This commit is contained in:
@@ -503,7 +503,7 @@ class LogParser(object):
|
||||
Returns a list of `PerformanceTestResult`s.
|
||||
"""
|
||||
match_json = re.compile(r"\s*({.*)")
|
||||
match_header = re.compile(r"( *#[, \t]+TEST[, \t]+SAMPLES[, \t].*)")
|
||||
match_header = re.compile(r"( *#[, \t]+TEST.*)")
|
||||
match_legacy = re.compile(r" *(\d+[, \t].*)")
|
||||
header = ""
|
||||
for line in lines:
|
||||
|
||||
Reference in New Issue
Block a user