Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmarks to CloudEvents SQL #585

Open
Cali0707 opened this issue Jul 26, 2023 · 1 comment
Open

Add benchmarks to CloudEvents SQL #585

Cali0707 opened this issue Jul 26, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Cali0707
Copy link
Contributor

It would be great to add benchmarks to the CloudEvents SQL, 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
@pierDipi
Copy link
Member

pierDipi commented Jul 27, 2023

We have some microbenchmarks https://github.com/cloudevents/sdk-java/tree/main/benchmarks/src/main/java/io/cloudevents/bench/sql, however, it would be great to add more interesting cases and to see how this implementation compares with the Go SDK

@pierDipi pierDipi added enhancement New feature or request help wanted Extra attention is needed labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants