Add flag to enable pprof to runner #25

Open
opened 2025-12-28 18:12:00 +00:00 by sami · 0 comments
Owner

Originally created by @fyrchik on GitHub (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.

Originally created by @fyrchik on GitHub (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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-bench#25
No description provided.