Skip to content

Commit

Permalink
Only include [PERF] lines in report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Aug 19, 2016
1 parent a2a45a7 commit 8e78371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/performance/runner.py
Expand Up @@ -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
Expand Down

0 comments on commit 8e78371

Please sign in to comment.