mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Only include [PERF] lines in report.
This commit is contained in:
parent
a2a45a77fd
commit
8e7837159e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def parse_log(log, testcase=None):
|
|||
copy = False
|
||||
blocks.append(block)
|
||||
block = []
|
||||
elif copy:
|
||||
elif copy and line.strip().startswith("[PERF]"):
|
||||
block.append(line)
|
||||
|
||||
# We need to still include the failed tests, otherwise Treeherder will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue