-
-
Notifications
You must be signed in to change notification settings - Fork 13
Upgrade Python min version to >=3.10 #403
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
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: 89b64ff | Previous: 7501fd7 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18995.69747409567 iter/sec (stddev: 0.0000068356012540772536) |
18561.15762241869 iter/sec (stddev: 0.000004790436309696392) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
442.29354146595205 iter/sec (stddev: 0.00001313210429778644) |
441.6008880065013 iter/sec (stddev: 3.0547013464889027e-8) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.426426184374263 iter/sec (stddev: 0.00009634089477284611) |
14.620064851274366 iter/sec (stddev: 0.00012964562416705236) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
89.22508185933944 iter/sec (stddev: 0.0002057817911954617) |
86.32996475393534 iter/sec (stddev: 0.00010898262051774681) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
26878.324512832325 iter/sec (stddev: 0.000002351271469408759) |
26370.577818406007 iter/sec (stddev: 0.000004811649513882318) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1863.9629511307285 iter/sec (stddev: 0.000020102267970142883) |
1831.0132259569407 iter/sec (stddev: 0.000020096116142898476) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
108.71281048222829 iter/sec (stddev: 0.00494015747400848) |
106.66677816900658 iter/sec (stddev: 0.00507180498818333) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
127.71558617642405 iter/sec (stddev: 0.00014830942481303577) |
125.48846778235377 iter/sec (stddev: 0.0001228587425724697) |
0.98 |
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
Labels
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)