Second fix - #325
Second fix#325Naajih09 wants to merge 4 commits into
Conversation
Updated policy bundle verification to promote tampering to NON_COMPLIANT status, blocking builds. Enhanced warning handling for non-critical issues.
Added a test case to check for NON_COMPLIANT status when bundle tampering is detected.
This workflow runs performance regression tests on pull requests to the main branch using k6.
|
Closing without merging. This PR references There's no open issue for k6/performance-regression benchmarking, so this is unrequested work. Under the campaign flow, the sequence is: claim an open issue, get assigned by the GrantFox bot, then open a PR that references that issue — a reference added to satisfy the requirement after the fact doesn't establish that linkage. Your other PR (#322 → #311) is correctly assigned and is being reviewed normally. If you'd like to propose the performance-benchmarking work, please open an issue for it first so it can be scoped and assigned. |
I added my fix to the main branch so this is to fufil the refrence from grantfox
This PR implements automated performance regression detection. It introduces k6-based benchmarking in the CI pipeline that enforces a P99 < 100ms latency requirement for critical paths. It includes a GitHub Action to block PRs that introduce performance regressions and provides the groundwork for Canary analysis during deployment.
Closes #193