-
-
Notifications
You must be signed in to change notification settings - Fork 13
Fix code coverage #412
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
Fix code coverage #412
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: 67baa1d | Previous: 32fe3b4 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18780.577126914504 iter/sec (stddev: 0.000005948747928586803) |
19156.996374591137 iter/sec (stddev: 0.0000030717425673265855) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
537.6831614326826 iter/sec (stddev: 0.00009499732117803007) |
403.17875809163155 iter/sec (stddev: 0.000017415050070588407) |
0.75 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
16.45320599418451 iter/sec (stddev: 0.00010882748129168816) |
14.550872719002498 iter/sec (stddev: 0.00028899143020073793) |
0.88 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
89.7596230562459 iter/sec (stddev: 0.0002716651220302374) |
87.113119312428 iter/sec (stddev: 0.0003432364198132288) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
25383.803102255984 iter/sec (stddev: 8.210923949257408e-7) |
27094.176647908494 iter/sec (stddev: 0.0000039961432627389305) |
1.07 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1972.2893348387931 iter/sec (stddev: 0.00005209100093578454) |
1884.9484042507154 iter/sec (stddev: 0.0000184389406900552) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
105.86895958364362 iter/sec (stddev: 0.00597703594767856) |
100.60801498077053 iter/sec (stddev: 0.005875461614196878) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
124.84526755566229 iter/sec (stddev: 0.00005008783813315881) |
131.38817951133652 iter/sec (stddev: 0.00016246775318311114) |
1.05 |
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)