We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f466778 commit 644d8b6Copy full SHA for 644d8b6
modules/options/src/main/scala/scala/build/options/JmhOptions.scala
@@ -7,7 +7,8 @@ import scala.build.internal.Constants
7
* @param enableJmh
8
* toggle for enabling JMH dependency handling in the build (overrides [[runJmh]] when disabled)
9
* @param runJmh
10
- * toggle for whether JMH should actually be runnable from this build
+ * toggle for whether JMH should actually be runnable from this build (this value gets changed in
11
+ * JMH builds to detect which main class is to be called as benchmarks are being run)
12
*/
13
final case class JmhOptions(
14
jmhVersion: Option[String] = None,
0 commit comments