Skip to content

Commit

Permalink
reduce iteration time, increase iterations (my noob instinct says 60 …
Browse files Browse the repository at this point in the history
…seconds per test seems quite long, more iterations is better)
  • Loading branch information
aSemy committed Aug 25, 2022
1 parent 8c36f1f commit 3c7c536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-modules/performance-tests/build.gradle.kts
Expand Up @@ -17,9 +17,9 @@ dependencies {
benchmark {
configurations {
named("main") {
iterationTime = 60
iterationTime = 10
iterationTimeUnit = "sec"
iterations = 2
iterations = 3
warmups = 1
}
}
Expand Down

0 comments on commit 3c7c536

Please sign in to comment.