-
-
Notifications
You must be signed in to change notification settings - Fork 13
RTD to use Python 3.10 #408
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
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
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: a09002b | Previous: f365f85 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
17976.461621099745 iter/sec (stddev: 0.000005686552734535603) |
19526.501856273062 iter/sec (stddev: 0.0000017866467048912065) |
1.09 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
468.9183673379689 iter/sec (stddev: 0.000024307573420487792) |
476.2762626173321 iter/sec (stddev: 0.000006372375600825549) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.425056384101408 iter/sec (stddev: 0.0003912571019835632) |
14.53507955366258 iter/sec (stddev: 0.00007091199141892108) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
85.17518423051781 iter/sec (stddev: 0.0002293401849828512) |
90.25680253561904 iter/sec (stddev: 0.00021731894543928286) |
1.06 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
24834.16983074709 iter/sec (stddev: 9.294211537229529e-7) |
26972.280587357425 iter/sec (stddev: 0.000003979879806933285) |
1.09 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1864.6386111257557 iter/sec (stddev: 0.000030314304104904956) |
1944.891121107595 iter/sec (stddev: 0.000012778692327946514) |
1.04 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
90.11233971977813 iter/sec (stddev: 0.007349490399851389) |
111.71847168571134 iter/sec (stddev: 0.0047629864959693406) |
1.24 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
118.57177709623217 iter/sec (stddev: 0.0004860449074233314) |
129.2728481792628 iter/sec (stddev: 0.0001604493875866983) |
1.09 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
|
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)