-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Port from snakeyaml-engine] Issue 54: Insert a trailing space when alias is a simple key #309
Conversation
We've got a stack overflow in one of the tests. Likely depends on #272 |
src/commonTest/kotlin/it/krzeminski/snakeyaml/engine/kmp/issues/issue54/DumpWithoutSpaceTest.kt
Show resolved
Hide resolved
src/commonTest/kotlin/it/krzeminski/snakeyaml/engine/kmp/issues/issue54/DumpWithoutSpaceTest.kt
Outdated
Show resolved
Hide resolved
This reverts commit 4a41e78.
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 'SnakeKMP benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50
.
Benchmark suite | Current: 7c1f7e8 | Previous: 6bdb3c5 | Ratio |
---|---|---|---|
macosX64.LoadingTimeBenchmark.loadsOpenAiSchema ( {"openAiYamlPath":"data/issues/kmp-issue-204-OpenAI-API.yaml"} ) |
226.50486293333333 ms/op |
118.67058208409091 ms/op |
1.91 |
This comment was automatically generated by workflow using github-action-benchmark.
Closes #294
Ports: