cedar-policy / cedar-go

Golang implementation of the Cedar Policy Language
Apache License 2.0
86 stars 9 forks source link

Integrate with benchmarks in `cedar-examples` #7

Open cdisselkoen opened 8 months ago

cdisselkoen commented 8 months ago

There is benchmarking code in cedar-examples that currently compares the Cedar Rust implementation to other authorization engines. We should add cedar-go to this comparison. See cedar-policy/cedar-examples#115.

philhassey commented 8 months ago

@cdisselkoen Sounds good! I'll see when we can work on this.

jmccarthy commented 7 months ago

Started work. Going to discuss some design questions over at cedar-policy/cedar-examples#115