-
-
Notifications
You must be signed in to change notification settings - Fork 13
1.0.2 #416
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
1.0.2 #416
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: 4452979 | Previous: 3ee1744 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
17637.08868107264 iter/sec (stddev: 0.000004890350501371908) |
18508.356060338083 iter/sec (stddev: 0.00000611739289503187) |
1.05 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
414.136842740064 iter/sec (stddev: 0.00009702989962116665) |
434.51570270200597 iter/sec (stddev: 0.00010575856714870651) |
1.05 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.136056791500568 iter/sec (stddev: 0.0003872915057342893) |
14.59400563929745 iter/sec (stddev: 0.0001013832025202512) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
87.01696182914445 iter/sec (stddev: 0.00010470222032956773) |
88.94656658647702 iter/sec (stddev: 0.0002069284355542598) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
24439.629836764718 iter/sec (stddev: 7.020863241052458e-7) |
26834.29154053401 iter/sec (stddev: 0.000004031003628177286) |
1.10 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1801.479645309585 iter/sec (stddev: 0.000042227639156292604) |
1943.9994035787154 iter/sec (stddev: 0.00002104328567503197) |
1.08 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
89.14967427072648 iter/sec (stddev: 0.00720943743665603) |
106.07533992533196 iter/sec (stddev: 0.005475655449805974) |
1.19 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
117.4002689557879 iter/sec (stddev: 0.00016052320953473335) |
128.47072743411366 iter/sec (stddev: 0.00010699607472660863) |
1.09 |
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)