0.7.0
What's Changed
We've renamed skip to skip-target and added filter and skip as options for actual benchmarks in this release.
It is now supported to use regex patterns for all target/skip-target/filter/skip options, e.g.:
swift package benchmark --filter ".*lock.*" --filter ".*[a-s]ile" --skip-target ".*slow"
Full Changelog: 0.6.1...0.7.0