-
-
Notifications
You must be signed in to change notification settings - Fork 13
Clean up #399
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
Clean up #399
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
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
Benchmark suite | Current: 89e2f00 | Previous: 7e27412 | Ratio |
---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
17958.70575138942 iter/sec (stddev: 0.0000013013593202507406 ) |
18412.255934120993 iter/sec (stddev: 0.0000041336755322569505 ) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
429.4919863561952 iter/sec (stddev: 0.000036068880511892376 ) |
470.69550956948507 iter/sec (stddev: 0.000008905585645265663 ) |
1.10 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.163484747755419 iter/sec (stddev: 0.0017020891780719625 ) |
14.458928928726847 iter/sec (stddev: 0.0000440029721507458 ) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
87.47143336061842 iter/sec (stddev: 0.00030567872597622237 ) |
85.19431474994433 iter/sec (stddev: 0.00008457555717219983 ) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
25799.294389150804 iter/sec (stddev: 0.0000022464075333724043 ) |
26220.154908619086 iter/sec (stddev: 0.0000021911824929606166 ) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1767.8459407141056 iter/sec (stddev: 0.00002603828797662006 ) |
1888.0114670266655 iter/sec (stddev: 0.00002712136343480123 ) |
1.07 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
96.56106598821945 iter/sec (stddev: 0.006122624001335955 ) |
170.6904901432093 iter/sec (stddev: 0.00012843208751076252 ) |
1.77 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
123.2925834289691 iter/sec (stddev: 0.00008243896332224019 ) |
123.03835339246835 iter/sec (stddev: 0.0002635552436466143 ) |
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)