iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Collect general profiling data on longevity test net

Open SamHSmith opened this issue 2 years ago • 1 comments

CPU time and memory cost money, the more we use per user the smaller networks we can support. It is therefore important that we have good knowledge of where in iroha2 we are slow and where we are fast. Same goes for memory but investigating that is a different matter and will be done as a different issue. I will be adding instrumentation to the various parts of iroha2 so that during a test net profile we can gather data on what needs improving.

SamHSmith avatar Jun 09 '22 12:06 SamHSmith

related RFC

mversic avatar Jan 24 '24 11:01 mversic

We now have integrated profiler which we can use to collect necessary data.

Erigara avatar Apr 01 '24 08:04 Erigara