Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add summary even when failure threshold is surpassed
Alerts are currently generated by throwing an exception. This means that all code that comes after that exception is skipped, including generating the Action summary. We can easily fix this, by generating the summary first. Longer term, we might want to reconsider the code style here. An exception should model something exceptional happening in our code. Seeing bad benchmark numbers is not exceptional. It's what this tool is supposed to handle. Closes #254
- Loading branch information