mirror of
https://github.com/nspcc-dev/neo-bench.git
synced 2026-03-01 04:28:43 +00:00
Add flag to enable pprof to runner #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
-vparameter 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.