-
-
Notifications
You must be signed in to change notification settings - Fork 13
Relax type hints #383
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
Relax type hints #383
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: 3d475d6 | Previous: 33ced06 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18428.644748120794 iter/sec (stddev: 0.0000075348591508237284) |
18275.67206584302 iter/sec (stddev: 0.000005343676653843679) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
194.99536973741152 iter/sec (stddev: 0.0038845681770883263) |
175.05579859813687 iter/sec (stddev: 0.00463735179359823) |
0.90 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.401191930203614 iter/sec (stddev: 0.00010822113722413214) |
14.302469823217375 iter/sec (stddev: 0.00047726617673656495) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
88.07366960847182 iter/sec (stddev: 0.00017608118506623097) |
85.50359118504815 iter/sec (stddev: 0.00023040904759229937) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
23049.14885298797 iter/sec (stddev: 0.000004740090307734558) |
21869.061182996276 iter/sec (stddev: 0.00000449917902880447) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1903.4447210115306 iter/sec (stddev: 0.0000071728911889771035) |
1854.4998372183625 iter/sec (stddev: 0.000012196248472073574) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
175.01743851879615 iter/sec (stddev: 0.00004548980557871704) |
170.28623541027738 iter/sec (stddev: 0.0000825826474240258) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
91.57420141013108 iter/sec (stddev: 0.004236428683336799) |
86.98469948702737 iter/sec (stddev: 0.00491526314338115) |
0.95 |
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
Follow rules
Testing
Additional notes
Checklist
I have read through the contributing guidelines and ensured that
Checklist (for reviewer)