Misc fix import#463
Merged
Merged
Conversation
Contributor
|
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 09e6e19 | Previous: 1bf7579 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
19088.978500919646 iter/sec (stddev: 0.000006483532786981471) |
18926.84773364681 iter/sec (stddev: 0.000006006023577075194) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
892.7846838142681 iter/sec (stddev: 0.00003444486836807224) |
867.8968554928471 iter/sec (stddev: 0.00004597671930984253) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
15.051943330739688 iter/sec (stddev: 0.00020676721520687013) |
14.409220946938968 iter/sec (stddev: 0.00004790139325778534) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
62.28996873685091 iter/sec (stddev: 0.006046137180053124) |
56.222094251367196 iter/sec (stddev: 0.0078875042615755) |
0.90 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
43002.244717276866 iter/sec (stddev: 0.0000028818843966955945) |
43326.242272786185 iter/sec (stddev: 0.0000036158612360051965) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config |
3396.934708025955 iter/sec (stddev: 0.00038833590244859037) |
2827.0101597104285 iter/sec (stddev: 0.000472944835063624) |
0.83 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
4506.29788927067 iter/sec (stddev: 0.000005842469779875911) |
4449.346635691244 iter/sec (stddev: 0.0000053055636014646) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config |
4441.5278411555355 iter/sec (stddev: 0.000005285693901027728) |
4432.726286247334 iter/sec (stddev: 0.000005552768128504596) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
375.33139651071184 iter/sec (stddev: 0.00031414993592227024) |
359.99967312021346 iter/sec (stddev: 0.0003706345448414709) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config |
396.57138655750146 iter/sec (stddev: 0.0000328762226845246) |
375.68959939233963 iter/sec (stddev: 0.0000373716540468273) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
167.82041664758646 iter/sec (stddev: 0.0011083405941660677) |
189.72635038037677 iter/sec (stddev: 0.0003075902477344321) |
1.13 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config |
162.50424105599146 iter/sec (stddev: 0.0004486704956600795) |
188.4990242112153 iter/sec (stddev: 0.00016302481190570017) |
1.16 |
This comment was automatically generated by workflow using github-action-benchmark.
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)