-
Notifications
You must be signed in to change notification settings - Fork 0
Benchmark SLO Regression Gates
Huzefaaa2 edited this page Jul 4, 2026
·
1 revision
CAVRA R6.1 publishes a benchmark and SLO regression gate for latency, throughput, HA/DR targets, and failure-mode drills.
The public gate is deterministic by default. It validates the benchmark contract and demonstrates the packet shape that a live Enterprise deployment must fill with real CI, HA, and drill evidence.
flowchart LR
Runtime[Runtime decisions] --> Gate[SLO regression gate]
Monitor[Monitoring replay] --> Gate
Policy[Policy dry run] --> Gate
HA[HA and DR targets] --> Gate
Drills[Failure-mode drills] --> Gate
Gate --> Packet[Readiness packet]
Packet --> Live{Live evidence?}
Live -->|sample| Warn[Ready with warning]
Live -->|live| Ready[Ready for live gate]
| Suite | SLO family |
|---|---|
runtime_decision_latency |
p95 latency and throughput |
continuous_monitoring_replay |
p95 latency and throughput |
policy_lifecycle_dry_run |
p95 latency and throughput |
| Drill | Expected behavior |
|---|---|
event_bus_unavailable |
fail closed or queue retry without unsafe approval |
store_write_failure |
governed decision remains blocked and evidence is surfaced |
connector_timeout |
retry or dead-letter evidence |
policy_compile_failure |
policy promotion blocked before enforcement change |
python3 scripts/validate_benchmark_slo.py --export-dir dist/benchmark-slo
python3 scripts/validate_benchmark_slo.py --report examples/benchmark-slo/generated/benchmark-slo-report.json
python3 scripts/validate_benchmark_slo.py --packet examples/benchmark-slo/enterprise-benchmark-slo.sample.json
python3 scripts/validate_benchmark_slo.py --packet examples/benchmark-slo/enterprise-benchmark-slo.live.sanitized.example.json --require-liveCLI:
cavra benchmark export --output-dir dist/benchmark-slo
cavra benchmark run
cavra benchmark readiness examples/benchmark-slo/enterprise-benchmark-slo.sample.jsonsrc/cavra/benchmark_slo.pyscripts/validate_benchmark_slo.pyexamples/benchmark-slo/enterprise-benchmark-slo.sample.jsonexamples/benchmark-slo/enterprise-benchmark-slo.live.sanitized.example.json.github/workflows/benchmark-slo.ymltests/test_benchmark_slo.py
Sample packets prove the contract only. Production readiness requires a live packet with real CI run evidence, benchmark report evidence, HA/DR evidence, and failure-drill closeout evidence.
The live gate is accepted only when:
{
"ready_for_live_benchmark_slo_gate": true,
"blocker_count": 0
}
CAVRA Field Compass
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
| Start | Build | Operate | Assure |
|---|---|---|---|
| Quick Start | CLI | Enterprise Guide | AISPM |
| Reader Paths | Policy Syntax | Deployments | Evidence |
| Community | GUI | Troubleshooting | Conclusion |
Textbook home: Before the Agent Acts |
Development archive: development and testing artifacts |
Source repository: github.com/Huzefaaa2/cavra
- Foreword And Reader Paths
- Why CAVRA Exists
- Runtime Authority Model
- Architecture
- Editions
- Install And Deploy
- Community Guide
- Enterprise Guide
- CLI Reference
- GUI And Sandbox
- AISPM Guide
- Policy And Evidence
- Operations And Integrations
- Labs And Use Cases
- Appendices And FAQ
- Policy Language Reference
- Troubleshooting Playbook
- Technology Stack
- Unified Enterprise Roadmap
- Conclusion
- Development And Testing Archive
- Unified Enterprise Roadmap
- CLI
- API
- CAVRA Trial Field Guide
- AISPM Enterprise Live Ingestion
- Enterprise HA/DR Readiness
- Enterprise HA/DR Azure Map
- Enterprise KMS/HSM Evidence Custody
- Enterprise Immutable Audit Log
- Enterprise Compliance Mapping Packs
- Enterprise Reporting Exports
- Connector SDK And Certification
- Priority Certified Connectors
- Model Registry Connectors