Skip to content

Commit

Permalink
Merge branch 'java21_additional_jmh' into java21_additional_jmh_workload
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Prud'homme authored and Benjamin Prud'homme committed Nov 22, 2024
2 parents 41fff93 + 303b6c1 commit ba41df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 5)
@BenchmarkMode({ Mode.AverageTime })
@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx1G", })
@Fork(value = 1, jvmArgs = { "-Xms20G", "-Xmx20G", })
@Measurement(iterations = 5)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
public class MemValueFactoryConcurrentBenchmark extends BaseConcurrentBenchmark {
Expand Down

0 comments on commit ba41df9

Please sign in to comment.