diff --git a/src/main/scala/com/github/plume/oss/Benchmark.scala b/src/main/scala/com/github/plume/oss/Benchmark.scala index 977ffac1..7a9541a1 100644 --- a/src/main/scala/com/github/plume/oss/Benchmark.scala +++ b/src/main/scala/com/github/plume/oss/Benchmark.scala @@ -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") + .jvmArgsAppend(s"-Xmx${config.jmhMemoryGb}G", "-XX:+UseZGC", "-XX:+UseStringDeduplication") } enum BenchmarkType {