ordo-one / package-benchmark

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

fix(patch): Log less when `--no-progress` (again) #287

Closed MahdiBM closed 1 month ago

MahdiBM commented 1 month ago

Description

The last PR made it so it requires the --quiet flag to silence those logs. This wasn't my intention, I wanted --no-progress to do that. Using --quiet will make the benchmark comparison not report what regressed if anything has regressed, so I don't want to use that flag.

## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Minimal checklist: - [x] I have performed a self-review of my own code - [ ] I have added `DocC` code-level documentation for any public interfaces exported by the package - [ ] I have added unit and/or integration tests that prove my fix is effective or that my feature works