kotlinx-benchmark
kotlinx-benchmark copied to clipboard
How to run a benchmark in IntelliJ?
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?
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.
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.