Closed hugebdu closed 1 year ago
You just need to create a benchmark project, add dependency with JMH and then the plugin will show an icon to run the benchmark. The plugin doesn't know anything about any build system. Please note that you can't add a benchmark to existing project you need to create a separate project because the JMH actually adds a pre-compiler that mangles with bytecode to add sampling wrappers. So if you wish to use bazel you probably doing something wrong.
Is bazel as well supported?
Trying to run a benchmark fails with errors: