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

Introduce micro-benchmarks #1153

Open
Lorak-mmk opened this issue Dec 16, 2024 · 0 comments
Open

Introduce micro-benchmarks #1153

Lorak-mmk opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
area/testing Related to tests - unit, integration, or even out of repo performance Improves performance of existing features QoL Quality of Life enhancements

Comments

@Lorak-mmk
Copy link
Collaborator

We sometimes want to benchmark some things, like LBP, or ser/deser. We do not have an estabilished way on how to do this. This increases the friction of performing any benchmarks, causing us to perform them very rarely.

I think we should introduce some microbenchmarks that will let us evalute our changes. There currently is one benchmark, a serialization benchmark in scylla-cql, but it doesn't let us easily compare the performance between API versions.
We should have an easy way to compare the performance between revisions.

Related: https://github.com/cvybhu/lbbench LBP benchmark, which we could integrate here.

@Lorak-mmk Lorak-mmk self-assigned this Dec 16, 2024
@Lorak-mmk Lorak-mmk added performance Improves performance of existing features QoL Quality of Life enhancements area/testing Related to tests - unit, integration, or even out of repo labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Related to tests - unit, integration, or even out of repo performance Improves performance of existing features QoL Quality of Life enhancements
Projects
None yet
Development

No branches or pull requests

1 participant