-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add merge attribute parameter to modify module #333
Merged
Merged
Conversation
This file contains 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
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
Benchmark suite | Current: a2d79e7 | Previous: 79058a5 | Ratio |
---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
14940.748725558293 iter/sec (stddev: 0.00001588381033609688 ) |
14671.296928046975 iter/sec (stddev: 0.000019023576576880055 ) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
700.1572168021237 iter/sec (stddev: 0.000022108188489191414 ) |
674.4976973495352 iter/sec (stddev: 0.00003922611229035991 ) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
12.110466812276009 iter/sec (stddev: 0.0029189282367460974 ) |
11.744098071336511 iter/sec (stddev: 0.002297668107882916 ) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
70.03298928471904 iter/sec (stddev: 0.0030335238001821412 ) |
63.7361460205048 iter/sec (stddev: 0.0044514488246296564 ) |
0.91 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
22393.282014923687 iter/sec (stddev: 0.0000020481347916002817 ) |
21317.211836330913 iter/sec (stddev: 8.860048023070963e-8 ) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1708.7185140845693 iter/sec (stddev: 0.00005033355774161411 ) |
1661.8550423666982 iter/sec (stddev: 0.00002495676815700336 ) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
128.0313945270345 iter/sec (stddev: 0.002630990183516271 ) |
109.68779737733274 iter/sec (stddev: 0.004182310195127124 ) |
0.86 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
92.91377011666128 iter/sec (stddev: 0.0031731365186957856 ) |
84.52060662045281 iter/sec (stddev: 0.004252870188790888 ) |
0.91 |
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
Add tests for shift, copy cases
Additional notes
Checklist
I have read through the contributing guidelines and ensured that
Checklist (for reviewer)