melix / jmh-gradle-plugin

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

Customize runtimePath #167

Open foiki opened 4 years ago

foiki commented 4 years ago

I want to benchmark method which works with text from a file. Is it possible not to specify the full path to file but write it like this: /src/jmh/kotlin/... I tried to find out current runtimePath and got this: /Users/username/.gradle/workers So can i change it to project directory?