Automate running benchmarks in PRs that are more likely to impact performance #2606
Closed
1 of 2 tasks
Labels
[C] Internal
Tracks some internal work. I.e.: Users should not be affected.
[I] CI / Infrastructure
Work done to CI, tests and infrastructure.
Proposed change:
kani-compiler/**
rust-toolchain.toml
kani-dependencies
kani-driver/src/call-*
Motivation: After #2604, running benchmark workflow for a PR will be triggered manually. In order to reduce the risks of forgetting to do so, we should automate running the workflow in riskier scenarios.
My suggestion is to use the
Z-benchCI
as the source of truth for whether the workflow runs or not. This will allow us to override the automation. For example, if the changes only touches comments of a compiler file.The text was updated successfully, but these errors were encountered: