Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e0d5f4

Browse files
committed
Add benchmark note to core README
1 parent f0baa18 commit 6e0d5f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/core/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,14 @@ console.log(verified.ok, verified.status); // true, "ok" when checkpoints exist
526526

527527
---
528528

529+
## Benchmarks
530+
531+
Adds ~80–150µs per action (p50) for the full protected path (evaluation + authorization verification).
532+
533+
Negligible compared to multi-second agent loops.
534+
535+
The protected path includes deterministic policy evaluation and authorization verification before execution becomes reachable.
536+
529537
## Roadmap
530538

531539
### v0.6 - Stateful Canonical Snapshots (shipped)

0 commit comments

Comments
 (0)