-
Notifications
You must be signed in to change notification settings - Fork 3
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
dockerize the benchmark for resources control (WIP) #317
base: master
Are you sure you want to change the base?
Conversation
YassinEldeeb
commented
Jan 11, 2024
•
edited
Loading
edited
- docker compose
- rust REST server
- REST source
- CI
🚨 Rust Panic Audit: 136 Potential Panic Points Detected 🚨Crate:
|
✅ Benchmark Results
|
@YassinEldeeb close or leave this one open? |
@dotansimha I think still controlling the resources used by each binary is useful.
And currently, we just freely make them allocate whatever they need, when it can be sometimes unfair, the OS doesn't know the purpose of these two, they are simply to the OS perspective just binaries with allocated ports. |