cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
837 stars 223 forks source link

Add benchmarks to CloudEvents SQL #927

Closed Cali0707 closed 6 months ago

Cali0707 commented 1 year ago

It would be great to add benchmarks to the CloudEvents SQL package, so that we can find any places where performance improvements can be made as well as detect performance regressions. Ideally we can benchmark both:

  1. Parse time and memory
  2. Expression evaluation time and memory