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 flag to enable pprof to runner #91

Open
fyrchik opened this issue Sep 3, 2021 · 0 comments
Open

Add flag to enable pprof to runner #91

fyrchik opened this issue Sep 3, 2021 · 0 comments
Labels
enhancement Improving existing functionality I3 Minimal impact S4 Routine U4 Nothing urgent

Comments

@fyrchik
Copy link
Contributor

fyrchik commented Sep 3, 2021

Currently we need to modify template (1) and to add ports in docker-compose (2).
It would be nice to do both with just ./runner.sh --pprof.
For (1) I haven't found a way to add an overlay for this via -v parameter of our template engine (it supports only map keys and no wildcards), so we need some other solution (may be make enable pprof for all nodes simultaneously).
For (2) we can just add these ports to docker-compose for all bench invocations.

@roman-khimov roman-khimov added enhancement Improving existing functionality U4 Nothing urgent S4 Routine I3 Minimal impact labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I3 Minimal impact S4 Routine U4 Nothing urgent
Projects
None yet
Development

No branches or pull requests

2 participants