Is there a way to extend a single iteration of each workload?
The duration of each iteration is very short for performance profiling (JFR, Async, perf). I'm aware of the "--duration" knob of the Renaissance harness, however, this option simply stitches few iteration together to get the desired execution time.
What I need though is a longer execution time for each iteration in order to profile the workload.
thank you