newrelic-ruby-agent
newrelic-ruby-agent copied to clipboard
Performance tests: produce progress info
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.
https://issues.newrelic.com/browse/NEWRELIC-3425
resolved with #2140