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 TLS connector/acceptor benchmarks using valgrind #367

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hargut
Copy link
Contributor

@hargut hargut commented Aug 30, 2024

This PR tries to provide a solution for the issue described in #358.

For further details please refer to the documentation in pingora-core/benches/tls_benchmarks.md.

for further details please refer to the documentation in
pingora-core/benches/tls_benchmarks.md
@eaufavor eaufavor added the Performance Performance of efficiency. label Aug 30, 2024
@hargut
Copy link
Contributor Author

hargut commented Sep 6, 2024

During comparing the TLS implementations I've noticed that there was no option to run multiple instances (e.g. listeners, connectors) in parallel.

Added another set of benchmarks that does parallel checks, starting multiple connectors/acceptors and issuing request in a parallel manner.
Enabled DHAT runs to as well have more details on heap usage.

Refactored file layout to start with main() at the top.

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

Successfully merging this pull request may close these issues.

2 participants