Skip to content

Commit

Permalink
Add JMH baseline, bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 19, 2024
1 parent 3f8bf3f commit 113d13b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ dependencies {
baseline libs.reactor.perfBaseline.core, {
changing = true
}
baseline libs.reactor.perfBaseline.coreMicrometer, {
changing = true
}
}

task jmhProfilers(type: JavaExec, description:'Lists the available profilers for the jmh task', group: 'Development') {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Baselines, should be updated on every release
baseline-core-api = "3.6.11"
baselinePerfCore = "3.6.11"
baselinePerfCoreMicrometer = "1.1.10"
baselinePerfCoreMicrometer = "1.1.11"
baselinePerfExtra = "3.5.2"

# Other shared versions
Expand Down

0 comments on commit 113d13b

Please sign in to comment.