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 JMH benchmarks for OpenJDK #9

Closed
nmittler opened this issue Dec 21, 2016 · 6 comments
Closed

Add JMH benchmarks for OpenJDK #9

nmittler opened this issue Dec 21, 2016 · 6 comments
Assignees
Milestone

Comments

@nmittler
Copy link
Contributor

No description provided.

@nmittler nmittler self-assigned this Dec 21, 2016
@nmittler nmittler modified the milestone: 1.0.0 Jan 6, 2017
@nmittler
Copy link
Contributor Author

@normanmaurer @louiscryan @kruton @davidben Hey guys, I'd like to get started on benchmarking conscrypt. Any thoughts on what would be interesting benchmarks? Or if there is something I can lift from another project?

@nmittler
Copy link
Contributor Author

One benchmark that I think would make sense is a side-by-side comparison between JDK, Netty, and Conscrypt. That will mean that it's just raw engine performance without ALPN/NPN ... just plain TLS.

@normanmaurer
Copy link

I think for example calling wrap(...) / unwrap(...) with different buffer sizes (src and dst) and also with heap / direct buffers and see how perf compares.

@nmittler
Copy link
Contributor Author

@normanmaurer Yup good idea. Any thoughts on buffer sizes that might be interesting. Maybe keep it simple: 2 or 3 different buffer sizes should be sufficient ... otherwise the benchmarks will take forever and nobody will run them :)

@louiscryan
Copy link
Contributor

nmittler added a commit to nmittler/conscrypt that referenced this issue Jan 31, 2017
nmittler added a commit to nmittler/conscrypt that referenced this issue Jan 31, 2017
nmittler added a commit to nmittler/conscrypt that referenced this issue Jan 31, 2017
nmittler pushed a commit that referenced this issue Feb 1, 2017
* Adding JMH benchmarks

Fixes #9
@nmittler
Copy link
Contributor Author

nmittler commented Feb 1, 2017

I've closed this for now. We have a simple benchmark for the engine. We'll expand the benchmark suite as we move forward, but we can open new issues as we go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants