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
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.