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 support for Hollywood #105

Merged
merged 19 commits into from
Dec 13, 2023
Merged

TLS support for Hollywood #105

merged 19 commits into from
Dec 13, 2023

Conversation

perbu
Copy link
Collaborator

@perbu perbu commented Dec 11, 2023

This is a draft PR trying to introduce TLS for the remotes.

"Try not to do depency injection down to the mariana trench, Per" -- Anthony.

anthdm and others added 17 commits December 6, 2023 16:46
The update introduces a benchmark actor that receives messages and increments a message counter. It also includes the creation of a new protobuf message. The main function is updated to incorporate this benchmark actor, while providing a detailed simulation of sending messages across multiple actors distributed across different engines.
The benchmark code is refactored for better error handling and message checks. 'benchmark' function is extracted from 'main' for further testing. A new Makefile target 'bench-profile' is added for profiling. A new test file 'main_test.go' is created for benchmark testing. Corresponding instructions are added in the newly created README.md file. Also, .gitignore is updated to exclude the created test, cpu, and memory profiles.
…d it out. Gonna revisit latency benchmarks later.
The benchmark command in the Makefile has been updated to run the whole package, not just main.go
@perbu perbu marked this pull request as ready for review December 12, 2023 15:28
@perbu perbu changed the title WIP: Tls TLS support for Hollywood Dec 12, 2023
@perbu
Copy link
Collaborator Author

perbu commented Dec 12, 2023

ready to merge.

@anthdm
Copy link
Owner

anthdm commented Dec 13, 2023

Amazing job.

@anthdm anthdm merged commit 0c36559 into anthdm:master Dec 13, 2023
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