-
-
Notifications
You must be signed in to change notification settings - Fork 13
Fix print when it is subtree #410
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
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
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: 9df4734 | Previous: f517522 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
19231.34247262976 iter/sec (stddev: 0.00000335302964554706) |
18646.28006711732 iter/sec (stddev: 0.0000049852442297125245) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
442.2955857419824 iter/sec (stddev: 0.00006538001222798424) |
416.6235200933891 iter/sec (stddev: 0.0000013205219133456086) |
0.94 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.694688630656978 iter/sec (stddev: 0.00010815792187918931) |
14.587774538743984 iter/sec (stddev: 0.00023011446690749578) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
89.60225866506622 iter/sec (stddev: 0.00014423415630222033) |
86.20138486490144 iter/sec (stddev: 0.0001544011497350622) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
27537.095910343352 iter/sec (stddev: 0.0000028690857646556575) |
26020.965091640915 iter/sec (stddev: 0.000002484419676018257) |
0.94 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1895.9736156326949 iter/sec (stddev: 0.000015581097923899507) |
1802.756288172917 iter/sec (stddev: 0.000024804386645359066) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
110.20099051736076 iter/sec (stddev: 0.0048169884529798744) |
95.63615340201451 iter/sec (stddev: 0.006206187617995535) |
0.87 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
128.92732785542526 iter/sec (stddev: 0.00012420627596457882) |
122.4704074142196 iter/sec (stddev: 0.000036534651748761134) |
0.95 |
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)