mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
af59e2bcfa
* chore: Optimize rego policy evaluation allocations Manually convert to ast.Value instead of using generic json.Marshal conversion. * Add a unit test that prevents regressions of rego input The optimized input is always compared to the normal json marshal parser.