ordo-one / package-benchmark

Swift benchmark runner with many performance metrics and great CI support
Apache License 2.0
315 stars 25 forks source link

`--no-progress` should suppress benchmark-target's logs #288

Open MahdiBM opened 1 week ago

MahdiBM commented 1 week ago

--no-progress should suppress benchmark-target's logs. e.g. I see Vapor logs when I run the benchmarks + the comparison in one go, with benchmark thresholds check.

MahdiBM commented 1 week ago

I think optimally there would be an option to somehow keep the logs for debugging? Like save the logs somewhere? So --no-progress does suppress the logs, but another flag direct the runner to save the logs to a file. Something like that ... because the logs might still be needed for debugging.