Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps benchmark from 0.4.14 to 0.4.15.
Updates org.jetbrains.kotlinx:kotlinx-benchmark-runtime from 0.4.14 to 0.4.15

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-benchmark-runtime's releases.

v0.4.15

  • Made WasmJS/D8 tasks configuration-cache friendly #309
  • Made Gradle plugin isolation compatible#325
  • Updated publish-plugin to published signed plugin artifacts #295
  • Updated default JMH version to 1.37 #312
  • Introduced notebooks for benchmarking results analysis, and added a note about them to the plugin output #330, #327
  • Multiple various build infrastructure and documentation changes.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-benchmark-runtime's changelog.

0.4.15

  • Made WasmJS/D8 tasks configuration-cache friendly #309
  • Made Gradle plugin isolation compatible #325
  • Updated publish-plugin to published signed plugin artifacts #295
  • Updated default JMH version to 1.37 #312
  • Introduced notebooks for benchmarking results analysis, and added a note about them to the plugin output #330, #327
  • Multiple various build infrastructure and documentation changes.
Commits
  • 86f4c52 Release v0.4.15
  • ccffaf3 Add information about analysis notebooks to README and print a link along wit...
  • f38993d Update the name of k/wasm target in README.md (#331)
  • 6e34bc7 [Wasm] fix wasmJs require for work with webpack (#339)
  • 62e2799 Workaround absence of require function in wasmJs (#333)
  • 70609bf Migrate multiplatform example build script to Kotlin (#334)
  • e9becb5 Update publish-plugin to published signed plugin artifacts (#295)
  • 6b14c81 Add examples of using Kotlin Notebook to analyze benchmark runs (#327)
  • bb2208c Suppress REDUNDANT_CALL_OF_CONVERSION_METHOD (#326)
  • 6e0cbf4 Speedup integration testing pipeline (#311)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx.benchmark from 0.4.14 to 0.4.15

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `benchmark` from 0.4.14 to 0.4.15.

Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.14 to 0.4.15
- [Release notes](https://github.com/Kotlin/kotlinx-benchmark/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-benchmark/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-benchmark@v0.4.14...v0.4.15)

Updates `org.jetbrains.kotlinx.benchmark` from 0.4.14 to 0.4.15

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime
  dependency-version: 0.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx.benchmark
  dependency-version: 0.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies update to newer versions label Dec 8, 2025
@OptimumCode OptimumCode enabled auto-merge (squash) December 8, 2025 12:19
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: c2b24e1 Previous: f050c08 Ratio
macosX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 5350.615219 us/op 3277.243032899022 us/op 1.63
macosX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 5294.563780382776 us/op 3417.828246333333 us/op 1.55
macosX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 14820.317308759124 us/op 7985.0606 us/op 1.86
macosX64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 20944.395195918365 us/op 13785.149099999999 us/op 1.52
macosX64.CommonAvgTimeBench.validate ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 4997.549995252226 us/op 3187.9414733333333 us/op 1.57

This comment was automatically generated by workflow using github-action-benchmark.

CC: @OptimumCode

@OptimumCode OptimumCode merged commit 7372737 into main Dec 8, 2025
19 of 20 checks passed
@OptimumCode OptimumCode deleted the dependabot/gradle/benchmark-0.4.15 branch December 8, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants