Kotlin / kotlinx-benchmark

Kotlin multiplatform benchmarking toolkit
Apache License 2.0
499 stars 40 forks source link

How to run a benchmark in IntelliJ? #155

Open WebTiger89 opened 11 months ago

WebTiger89 commented 11 months ago

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?

qurbonzoda commented 10 months ago

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 commented 4 months ago

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.