Skip to content

Commit 3ee8f1d

Browse files
committed
Don't use tired compilation in benchmarks
1 parent 936ee75 commit 3ee8f1d

File tree

1 file changed

+1
-0
lines changed
  • jsoniter-scala-benchmark/shared/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/benchmark

1 file changed

+1
-0
lines changed

jsoniter-scala-benchmark/shared/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/benchmark/CommonParams.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import org.openjdk.jmh.annotations._
2727
"-XX:+UseNUMA",
2828
"-XX:-UseAdaptiveNUMAChunkSizing",
2929
"-XX:+PerfDisableSharedMem", // See https://github.com/Simonis/mmap-pause#readme
30+
"-XX:-TieredCompilation",
3031
"-XX:+UnlockExperimentalVMOptions",
3132
"-XX:+TrustFinalNonStaticFields"
3233
))

0 commit comments

Comments
 (0)