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

Connect directly to Docker containers in benchmark mode #532

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

gartens
Copy link
Contributor

@gartens gartens commented Jan 6, 2025

This way we can measure the performance without the added overhead of TLS (we also do not use TLS connections for other stores in benchmarks). Add a config option (DOCKER_DIRECT_CONNECTION) to disable direct connections so that the TLS overhead can be benchmarked.

This way we can measure the performance without the added overhead of TLS (we
also do not use TLS connections for other stores in benchmarks).  Add a config
option (DOCKER_DIRECT_CONNECTION) to disable direct connections so that the TLS
overhead can be benchmarked.
Copy link
Member

@vogti vogti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, @gartens, for this PR!

@vogti vogti merged commit 4461bcf into master Jan 7, 2025
32 checks passed
@vogti vogti deleted the direct-connection branch January 7, 2025 08:35
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

Successfully merging this pull request may close these issues.

2 participants