File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
modules/cli/src/main/scala/scala/cli/commands/shared Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package scala.cli.commands.shared
2
2
3
3
import caseapp .*
4
4
5
+ import scala .build .internal .Constants
5
6
import scala .cli .commands .tags
6
7
7
8
// format: off
@@ -12,7 +13,7 @@ final case class BenchmarkingOptions(
12
13
jmh : Option [Boolean ] = None ,
13
14
@ Group (HelpGroup .Benchmarking .toString)
14
15
@ Tag (tags.experimental)
15
- @ HelpMessage (" Set JMH version" )
16
+ @ HelpMessage (s " Set JMH version (default: ${ Constants .jmhVersion} ) " )
16
17
@ ValueDescription (" version" )
17
18
jmhVersion : Option [String ] = None
18
19
)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Run JMH benchmarks
56
56
57
57
### ` --jmh-version `
58
58
59
- Set JMH version
59
+ Set JMH version (default: 1.37)
60
60
61
61
## Compilation server options
62
62
You can’t perform that action at this time.
0 commit comments