Skip to content

Commit 3f763d0

Browse files
committed
Remove fixed GC type to use JDK defaults
1 parent 4b123d7 commit 3f763d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmark/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/macros/CommonParams.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import org.openjdk.jmh.annotations._
1616
"-XX:InitialCodeCacheSize=256m",
1717
"-XX:ReservedCodeCacheSize=256m",
1818
"-XX:-UseBiasedLocking",
19-
"-XX:+AlwaysPreTouch",
20-
"-XX:+UseParallelGC"
19+
"-XX:+AlwaysPreTouch"
2120
))
2221
@BenchmarkMode(Array(Mode.Throughput))
2322
@OutputTimeUnit(TimeUnit.SECONDS)

0 commit comments

Comments
 (0)