newrelic-ruby-agent icon indicating copy to clipboard operation
newrelic-ruby-agent copied to clipboard

Performance tests: produce progress info

Open fallwith opened this issue 3 years ago • 1 comments

As per #987's comments, the performance tests at test/performance can take a very long time to run and do not produce any output whatsoever during a run.

Given the way that the runner class is architected, individual unit test output to stdout is captured, and so any writes to stdout done by the runner itself will pollute the results.

Perhaps one approach would be to have the runner, not simply backtick the individual tests, but direct their output to a file and leave stdout alone and available for use with progress info.

fallwith avatar Feb 25 '22 18:02 fallwith

https://issues.newrelic.com/browse/NEWRELIC-3425

resolved with #2140

fallwith avatar Jul 24 '23 23:07 fallwith