Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion utility/bencher_metric_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def reframe_to_bmf(reframe_report):
for run in data["runs"]:
for testcase in run["testcases"]:
if testcase["result"] != "pass":
continue
if testcase["fail_phase"] != "performance":
continue

key = (testcase["system"],
testcase["partition"],
Expand Down