Open
Description
Is your feature request related to a problem? Please describe.
As usage grows, we need to start optimizing node performance. This is much easier with profiling data, but right now we have no automated way to generate this data.
Describe the solution you'd like
A make target that is a superset of the current itest targets, that saves profiling data from the tapd
instances used in the itest harness. Ideally this target would still allow running singular itests vs. all itests.
Describe alternatives you've considered
A pile of shell scripts.
Additional context
If it isn't possible to capture profiling data within the itest framework, perhaps this could be added in the loadtest framework instead.