-
Notifications
You must be signed in to change notification settings - Fork 399
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
A full benchmarking suite #109
Comments
The bones are in place for this if anyone would like to build on it. Feel free to ping us here and we can give you some guidance! |
@Hoverbear I'd like to work on this |
Hi @ckousik, any way I can help with this? |
@Hoverbear Can I try to implement a simple benchmark case for raw node proposing like https://github.com/etcd-io/etcd/blob/master/raft/node_bench_test.go ? This could be useful in a lot of situations. |
@Fullstop000 Please!? 😍 |
It'd be great to have a full, robust benchmarking suite.
I recommend using Criterion for benchmarking since we can use it fairly unobtrusively, even on stable.
The text was updated successfully, but these errors were encountered: