You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Entity building performance is causing authorization benchmarks to exceed the 1ms threshold, which will make the benchmark CI test fail.
To Reproduce
Run cargo bench
Run python3 scripts/check_benchmarks.py
See failures: both benchmarks exceed the 1ms threshold
Expected behavior
Authorization should complete within 1ms as defined by the performance threshold.
Additional context
Entity building is documented here as the slowest step due to schema validation overhead.