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 3927e28 commit d0fd3c8Copy full SHA for d0fd3c8
build.sbt
@@ -65,9 +65,9 @@ lazy val addJavaOptions = javaOptions ++= {
65
)
66
}
67
68
-addCommandAlias("hot", "compilation/jmh:run HotScalacBenchmark")
+addCommandAlias("hot", "compilation/jmh:run HotScalacBenchmark -foe true")
69
70
-addCommandAlias("cold", "compilation/jmh:run ColdScalacBenchmark")
+addCommandAlias("cold", "compilation/jmh:run ColdScalacBenchmark -foe true")
71
72
def addJmh(project: Project): Project = {
73
// IntelliJ SBT project import doesn't like sbt-jmh's default setup, which results the prod and test
0 commit comments