@orangy will It be possible to create configurations for individual tests in the plugin? I really miss it in current JMH plugin.
o
orangy
01/22/2019, 11:21 AM
What do you mean by “individual test”?
a
altavir
01/22/2019, 11:23 AM
I have multiple benchmark classes in JMH. Each class have several benchmarks. What I want is to be able to run single such benchmark class. JMH plugin automatically runs all benchmarks in the module, which makes it very long.
altavir
01/22/2019, 11:24 AM
There is IDEA plugin. but it does not seem to work with kotlin.
o
orangy
01/22/2019, 11:40 AM
I see, yes, this is planned. Not sure how exactly, but I have full control on running JMH, so it’s doable