We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2640aa commit 6c3dffeCopy full SHA for 6c3dffe
devops/scripts/benchmarks/compare.py
@@ -474,14 +474,14 @@ def print_regression(entry: dict, is_warning: bool = False):
474
if not args.dry_run:
475
if args.produce_github_summary:
476
with open(options.github_summary_filename, "w") as f:
477
- f.write("\n".join(summary))
+ f.write("\n".join(gh_summary))
478
exit(1) # Exit 1 to trigger Github test failure
479
480
log.info("No unexpected regressions found!")
481
482
gh_summary.append("No unexpected regressions found!")
483
484
485
486
else:
487
log.error("Unsupported operation: exiting.")
0 commit comments