You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make the measurement Rake tasks output results to stdout instead of a file, just as the CLI does? It looks like Yardstick::Config#output is coerced into a Yardstick::ReportOutput, which in turn coerces its target to a Pathname. I'd like to be able to just set config.output to an IO object directly.
The text was updated successfully, but these errors were encountered:
Is there a way to make the measurement Rake tasks output results to stdout instead of a file, just as the CLI does? It looks like
Yardstick::Config#output
is coerced into aYardstick::ReportOutput
, which in turn coerces its target to aPathname
. I'd like to be able to just setconfig.output
to an IO object directly.The text was updated successfully, but these errors were encountered: