Skip to content

Commit

Permalink
Update jmh options.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronriekenberg committed Feb 7, 2023
1 parent b38f7c5 commit 9860fb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dependencies {
}

jmh {
warmupIterations.set(3)
iterations.set(3)
warmupIterations.set(5)
iterations.set(5)
fork.set(1)
forceGC.set(true)
failOnError.set(true)
jvmArgs.set(listOf("-Xmx2G"))
jvmArgs.set(listOf("-Xmx4G"))
}

0 comments on commit 9860fb8

Please sign in to comment.