Skip to content

Commit

Permalink
build: Reduced number of benchmark iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jan 29, 2023
1 parent 6af86ab commit c3f9676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/redis-sidecar-test/redis-sidecar-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jar {
}

jmh {
fork = 1
iterations = 2
timeUnit = 'ms'
warmup = '1s'
warmupForks = 1
warmupIterations = 1
}

jmhJar {
Expand Down

0 comments on commit c3f9676

Please sign in to comment.