tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
807 stars 70 forks source link

notify about any report written #604

Open jeremyandrews opened 2 months ago

jeremyandrews commented 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:

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