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

tls client/server/echo handshake benchmark #990

Merged
merged 98 commits into from
May 1, 2024
Merged

tls client/server/echo handshake benchmark #990

merged 98 commits into from
May 1, 2024

Conversation

akrambek
Copy link
Contributor

@akrambek akrambek commented May 1, 2024

tls client/server/echo handshake benchmark

Fixes #961

akrambek and others added 30 commits October 25, 2023 13:35
…artial data frame while computing crc32c value
buffers0 Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove buffers0 from the PR. 😄

{
handler.accept(signalId);

return System.currentTimeMillis();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we don't need to return current time here, perhaps NO_CANCEL_ID instead since these are executed on stack and therefore not cancelable?

Same for other signalXXX methods.

@jfallows jfallows merged commit 1fc72b0 into aklivity:develop May 1, 2024
4 of 5 checks passed
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.

Integrate JMH into tls binding
2 participants