mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
* 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.