Skip to content

Commit

Permalink
Don't inline from JDK in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
szeiger committed Dec 12, 2019
1 parent c6efc6f commit de3e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ lazy val bench = project.in(file("test") / "benchmarks")
if (benchmarkScalaVersion == "") Nil
else "org.scala-lang" % "scala-compiler" % benchmarkScalaVersion :: Nil
},
scalacOptions ++= Seq("-feature", "-opt:l:inline", "-opt-inline-from:**")
scalacOptions ++= Seq("-feature", "-opt:l:inline", "-opt-inline-from:scala.**")
).settings(inConfig(JmhPlugin.JmhKeys.Jmh)(scalabuild.JitWatchFilePlugin.jitwatchSettings))


Expand Down

0 comments on commit de3e806

Please sign in to comment.