Skip to content

Commit 2a3e68a

Browse files
committed
Match new benchmark driver default output
1 parent 08604ea commit 2a3e68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/compare_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def parse_results(self, lines):
503503
Returns a list of `PerformanceTestResult`s.
504504
"""
505505
match_json = re.compile(r"\s*({.*)")
506-
match_header = re.compile(r"( *#[, \t]+TEST[, \t]+SAMPLES[, \t].*)")
506+
match_header = re.compile(r"( *#[, \t]+TEST.*)")
507507
match_legacy = re.compile(r" *(\d+[, \t].*)")
508508
header = ""
509509
for line in lines:

0 commit comments

Comments
 (0)