Open jeremyandrews opened 2 months ago
When running a load test with multiple --remote-file formats set, at the end of the test run only one generates a message:
--remote-file
12:48:48 [INFO] html report file written to: report.html
There should be an [INFO] level message for any/all formats written. In this case, there should have been three messages:
% cargo run --release --example umami -- --report-file report.html --report-file report.md --report-file report.json -r 5 -t 10s
When running a load test with multiple
--remote-file
formats set, at the end of the test run only one generates a message:There should be an [INFO] level message for any/all formats written. In this case, there should have been three messages: