Skip to content

0.7.0

Choose a tag to compare

@hassila hassila released this 15 Feb 11:52
· 224 commits to main since this release
14e415a

What's Changed

  • feat: Add regex support for targets and benchmark for filter/skip by @hassila in #57

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