melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
662 stars 88 forks source link

Bump jmh version #171

Closed ocadaruma closed 3 years ago

ocadaruma commented 3 years ago

PR Summary

Usage example

example build.gradle

jmh {
    profilers = ['async']

    // if you want to output flamegraph and specify asyncprofiler lib path
    profiles = ['async:output=text,flamegraph;libPath=/path/to/libasyncProfiler.so']
}

Thank you for developing useful plugin!