-
Notifications
You must be signed in to change notification settings - Fork 6
Bump kotlin from 2.1.0 to 2.1.10 #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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: dbd3933 | Previous: f6e5a67 | Ratio |
---|---|---|---|
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1645.252166136725 us/op |
1075.6677836980307 us/op |
1.53 |
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
4650.14681627907 us/op |
2649.7934298076925 us/op |
1.75 |
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
6627.463993333334 us/op |
2911.7089264957267 us/op |
2.28 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1309.4750621460505 us/op |
782.449912731668 us/op |
1.67 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
0.8179873640341185 us/op |
0.5331593910801539 us/op |
1.53 |
macosArm64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
8253.424902343748 us/op |
5390.288185714286 us/op |
1.53 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
d726ffd
to
6ae38cf
Compare
Bumps `kotlin` from 2.1.0 to 2.1.10. Updates `org.jetbrains.kotlin.multiplatform` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin.plugin.allopen` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
6ae38cf
to
bea89a1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #243 +/- ##
=======================================
Coverage 90.69% 90.69%
=======================================
Files 133 133
Lines 3977 3977
Branches 1058 1058
=======================================
Hits 3607 3607
Misses 76 76
Partials 294 294 ☔ View full report in Codecov by Sentry. |
Bumps
kotlin
from 2.1.0 to 2.1.10.Updates
org.jetbrains.kotlin.multiplatform
from 2.1.0 to 2.1.10Release notes
Sourced from org.jetbrains.kotlin.multiplatform's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.multiplatform's changelog.
... (truncated)
Commits
6dff565
Add ChangeLog for 2.1.10-RC25e6f6a6
[tests] Turned on passing testsb968b02
[K/N] Skip missing dependencies during cache building8b57d44
[CMP] no metadata annotations on synthetic classesf82abd9
[AA] Lazily compute the effective visibility in FIR stub-based deserializer618eaff
[FIR] Don't render lazy attributes withnull
value in FIR renderer5f5af38
[FIR] Remove incorrect fast-path from@PublishedAPI
computation for binary de...435080b
[FIR] Consider effective visibility of parent class during deserialization05e92d4
[Test] Reproduce KT-74040 in AA testsc49acfb
[Test] RenderisPublicApi
attribute in AA testsUpdates
org.jetbrains.kotlin.plugin.serialization
from 2.1.0 to 2.1.10Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
... (truncated)
Commits
6dff565
Add ChangeLog for 2.1.10-RC25e6f6a6
[tests] Turned on passing testsb968b02
[K/N] Skip missing dependencies during cache building8b57d44
[CMP] no metadata annotations on synthetic classesf82abd9
[AA] Lazily compute the effective visibility in FIR stub-based deserializer618eaff
[FIR] Don't render lazy attributes withnull
value in FIR renderer5f5af38
[FIR] Remove incorrect fast-path from@PublishedAPI
computation for binary de...435080b
[FIR] Consider effective visibility of parent class during deserialization05e92d4
[Test] Reproduce KT-74040 in AA testsc49acfb
[Test] RenderisPublicApi
attribute in AA testsUpdates
org.jetbrains.kotlin.plugin.allopen
from 2.1.0 to 2.1.10Release notes
Sourced from org.jetbrains.kotlin.plugin.allopen's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.allopen's changelog.
... (truncated)
Commits
6dff565
Add ChangeLog for 2.1.10-RC25e6f6a6
[tests] Turned on passing testsb968b02
[K/N] Skip missing dependencies during cache building8b57d44
[CMP] no metadata annotations on synthetic classesf82abd9
[AA] Lazily compute the effective visibility in FIR stub-based deserializer618eaff
[FIR] Don't render lazy attributes withnull
value in FIR renderer5f5af38
[FIR] Remove incorrect fast-path from@PublishedAPI
computation for binary de...435080b
[FIR] Consider effective visibility of parent class during deserialization05e92d4
[Test] Reproduce KT-74040 in AA testsc49acfb
[Test] RenderisPublicApi
attribute in AA testsDependabot 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)