mypy fixes: remove warn_no_return #451
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 02be03e | Previous: e82318e | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
16737.143990460147 iter/sec (stddev: 0.000007478290606662881) |
19023.05213448723 iter/sec (stddev: 5.320271429759399e-7) |
1.14 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
412.0728867104186 iter/sec (stddev: 0.000004902583445930372) |
462.8762272441753 iter/sec (stddev: 0.000018099741566939336) |
1.12 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.183165591575122 iter/sec (stddev: 0.00013987258025386512) |
14.569176693501037 iter/sec (stddev: 0.0007298226572423845) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
83.8518708570329 iter/sec (stddev: 0.00009503691915703288) |
90.16361811452863 iter/sec (stddev: 0.00034533016299322566) |
1.08 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
39117.43248809273 iter/sec (stddev: 0.000004580708438628538) |
43671.26889436422 iter/sec (stddev: 7.360274483910662e-7) |
1.12 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config |
29325.857194936227 iter/sec (stddev: 0.000017808060020436432) |
33929.24395502846 iter/sec (stddev: 0.000014015563510446425) |
1.16 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
164.2097710199851 iter/sec (stddev: 0.008120438458198789) |
275.6214761277847 iter/sec (stddev: 0.004709516141837178) |
1.68 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config |
3030.573026802568 iter/sec (stddev: 5.802518239162393e-7) |
3281.118703996261 iter/sec (stddev: 0.0000051276555336610664) |
1.08 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
254.95511642651968 iter/sec (stddev: 0.000012370550294241271) |
273.82189566948034 iter/sec (stddev: 0.000024435913301592295) |
1.07 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config |
244.2062285946422 iter/sec (stddev: 0.0002072969088970219) |
264.09437338484304 iter/sec (stddev: 0.00017955746342464165) |
1.08 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
189.43271210834558 iter/sec (stddev: 0.00023434989510670543) |
214.9882798601459 iter/sec (stddev: 0.00022127810701656704) |
1.13 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config |
91.56062801435318 iter/sec (stddev: 0.008509924894091535) |
134.54711334012399 iter/sec (stddev: 0.004249351979001657) |
1.47 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
|
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
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)