kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

How to run a benchmark in IntelliJ?

Open WebTiger89 opened this issue 1 year ago • 2 comments

Hello, the documentation lacks some information, e.g. how to run the benchmarks. This might only apply for gradle newbies. I figured out the gradle plugin creates benchmark tasks to run the benchmarks. It would be great to cover this in the documentation. Is there a IDE plugin to run the benchmarks like unit tests?

WebTiger89 avatar Oct 09 '23 16:10 WebTiger89

Hi, Currently, there is no support for running a specific benchmark from IntelliJ (like a unit test). However, we are working on improving documentation, especially about benchmark tasks. Please stay tuned.

qurbonzoda avatar Nov 17 '23 13:11 qurbonzoda

Hi,

Since your report, we have significantly improved our documentation. Specifically, we have added a separate guide describing the Gradle tasks created by our plugin, including those used for running benchmarks.

qurbonzoda avatar May 27 '24 14:05 qurbonzoda