Skip to content

Commit

Permalink
Update MemStatementListTestIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Dec 12, 2024
1 parent baa9227 commit c9d6769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@State(Scope.Benchmark)
@Warmup(iterations = 5)
@BenchmarkMode({ Mode.AverageTime })
@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx1G", "-XX:+UseG1GC" })
@Fork(value = 1, jvmArgs = { "-Xms1G", "-Xmx50G", })
@Measurement(iterations = 5)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
public class MemStatementListTestIT {
Expand Down

0 comments on commit c9d6769

Please sign in to comment.