Skip to content

Commit

Permalink
Remove string deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Oct 8, 2024
1 parent 7704e86 commit 210354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/github/plume/oss/Benchmark.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object Benchmark {
.output(s"${config.jmhOutputFile}-${benchmarkType.toString.toLowerCase}.txt")
.result(s"${config.jmhResultFile}-${benchmarkType.toString.toLowerCase}.csv")
.param("configStr", write(config))
.jvmArgsAppend(s"-Xmx${config.jmhMemoryGb}G", "-XX:+UseZGC", "-XX:+UseStringDeduplication")
.jvmArgsAppend(s"-Xmx${config.jmhMemoryGb}G", "-XX:+UseZGC")
}

enum BenchmarkType {
Expand Down

0 comments on commit 210354f

Please sign in to comment.