-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bump serialization from 1.7.1 to 1.7.2 #192
Conversation
Blocked by #186 |
e4f4051
to
3ec63a3
Compare
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: 75d6c9e | Previous: a2714bd | Ratio |
---|---|---|---|
macosX64.CommonThroughputBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
149.78185226343004 ops/sec |
95.01389713660703 ops/sec |
1.58 |
macosX64.CommonThroughputBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
147.92321647535513 ops/sec |
92.43446185369751 ops/sec |
1.60 |
macosX64.CommonThroughputBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
430.02042957750444 ops/sec |
249.47162220901296 ops/sec |
1.72 |
macosX64.CommonThroughputBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
662901.6642936915 ops/sec |
441891.0679424343 ops/sec |
1.50 |
macosX64.CommonThroughputBench.validateVerbose ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
102.61860476939721 ops/sec |
54.02747022883267 ops/sec |
1.90 |
macosX64.CommonThroughputBench.validateVerbose ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
104.56570088163282 ops/sec |
69.0187032171399 ops/sec |
1.52 |
macosX64.CommonThroughputBench.validate ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
334.9940408842306 ops/sec |
204.7253881389076 ops/sec |
1.64 |
macosX64.CommonThroughputBench.validate ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
324.1239011389731 ops/sec |
180.44242422954306 ops/sec |
1.80 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
Bumps `serialization` from 1.7.1 to 1.7.2. Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.2) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json-okio` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json-okio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
3ec63a3
to
75d6c9e
Compare
Superseded by #202. |
Bumps
serialization
from 1.7.1 to 1.7.2.Updates
org.jetbrains.kotlinx:kotlinx-serialization-json
from 1.7.1 to 1.7.2Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
... (truncated)
Commits
8c84a5b
Prepare 1.7.2 release (#2798)b3cfe56
Merge remote-tracking branch 'origin/master' into dev550e1a8
Rework opt-ins in build scripts (#2794)e4fa8a3
Update Annotations.kt, fixed typo: RgpPixel -> RgbPixel (#2793)62aa4bb
Add serializer for kotlin.uuid.Uuid (#2744)4646740
Prohibited using of zero and negative filed number in ProtoNumber and zero fi...4ca05dd
Update Kotlin to 2.0.20 (#2792)35a9edc
Migrate from kotlinOptions to compilerOptions (#2746)0b5145c
Improve readability of protobuf decoding exception messages (#2768)b931598
Remove redundant toString() (#2790)Updates
org.jetbrains.kotlinx:kotlinx-serialization-json-okio
from 1.7.1 to 1.7.2Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json-okio's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json-okio's changelog.
... (truncated)
Commits
8c84a5b
Prepare 1.7.2 release (#2798)b3cfe56
Merge remote-tracking branch 'origin/master' into dev550e1a8
Rework opt-ins in build scripts (#2794)e4fa8a3
Update Annotations.kt, fixed typo: RgpPixel -> RgbPixel (#2793)62aa4bb
Add serializer for kotlin.uuid.Uuid (#2744)4646740
Prohibited using of zero and negative filed number in ProtoNumber and zero fi...4ca05dd
Update Kotlin to 2.0.20 (#2792)35a9edc
Migrate from kotlinOptions to compilerOptions (#2746)0b5145c
Improve readability of protobuf decoding exception messages (#2768)b931598
Remove redundant toString() (#2790)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)