mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-27 02:34:52 -06:00
c6a341baa5
The existing benchmarks on the masking can't be compared with before/after: it's unfair, we're no longer converting the event to ast.Value inside that method. But in the overall query processing, this change should be beneficial: we avoid converting every event _twice_. Signed-off-by: Stephan Renatus <stephan@styra.com>