-
-
Notifications
You must be signed in to change notification settings - Fork 13
Misc fix for docs #398
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
Merged
Merged
Misc fix for docs #398
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…re/nested_dict_key_to_tree
Contributor
|
Contributor
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.
Benchmark
Details
| Benchmark suite | Current: ebb1977 | Previous: fd90bd2 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18421.7192072067 iter/sec (stddev: 0.00000569652294022163) |
19202.55624268221 iter/sec (stddev: 0.000001151876935846967) |
1.04 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
472.1841622112061 iter/sec (stddev: 0.00001580291732067004) |
471.03219144896946 iter/sec (stddev: 0.00000845579502247043) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.522507325673809 iter/sec (stddev: 0.0002472260974595572) |
14.437223062571665 iter/sec (stddev: 0.0004329283895276255) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
86.9383070298306 iter/sec (stddev: 0.00011714652186090859) |
86.4640604199353 iter/sec (stddev: 0.00004129100549923964) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
26396.925285957313 iter/sec (stddev: 0.000002508532017493277) |
26090.11001582659 iter/sec (stddev: 0.000002765777460149616) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1889.2886308751147 iter/sec (stddev: 0.00002084628572808343) |
1896.8471744103394 iter/sec (stddev: 0.000013375914728073699) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
160.842551186418 iter/sec (stddev: 0.00011910739967502261) |
171.1053109642975 iter/sec (stddev: 0.0002557269351899752) |
1.06 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
124.18945269905954 iter/sec (stddev: 0.0002058233690756252) |
124.76844691827938 iter/sec (stddev: 0.00018480716560637027) |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Testing
Additional notes
Checklist
I have read through the contributing guidelines and ensured that
Checklist (for reviewer)