Run JMH in dry-run mode
I am working on fixing a bug in kotlinx.benchmark, which wraps JMH. Development is made much slower because the tests actually run the benchmarks, which for what I’m doing, is not important. I just need to verify that JMH loads the options and correctly selects the benchmarks, but I do not actually need JMH to run and produce benchmarks.