Benchmark package initial release

Only just found this, this is great!

Had a few questions come up while taking a look through the plugin:

  • google/swift-benchmark had an option where it would try to get a statistically meaningful performance value if no number of iterations was provided is that something that could be interesting?

  • Would adding a standard deviation be interesting? (I just mention it since google/swift-benchmark originally displayed that as well)

  • Could it be possible configure for benchmarks to be in different folders than Benchmarks as well? Ie a per target folder for example. I have a large project where a lot of modules are grouped together with custom path's for most targets, would be very convenient to also put benchmarks into these groupings.

I really like this! Thanks!

1 Like