Documentation improvements#452
Merged
Merged
Conversation
Contributor
|
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 0a0b304 | Previous: 91063ab | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
19120.970732662736 iter/sec (stddev: 0.00000505708627960102) |
18332.292976244313 iter/sec (stddev: 0.00000426265180976833) |
0.96 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
400.1451886800706 iter/sec (stddev: 0.000066303847237925) |
441.01443021288776 iter/sec (stddev: 0.00008243309433773081) |
1.10 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
13.489546636005038 iter/sec (stddev: 0.0004310415457903307) |
13.141383055897187 iter/sec (stddev: 0.0017176958732619378) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
85.71363857632453 iter/sec (stddev: 0.00023078303636891277) |
81.57132474279092 iter/sec (stddev: 0.00003775511805258042) |
0.95 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
37919.93963083572 iter/sec (stddev: 0.000004644913734648348) |
37089.374266022205 iter/sec (stddev: 0.000004268237952545832) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config |
28306.239544770997 iter/sec (stddev: 0.000021173746875148203) |
27359.51912966708 iter/sec (stddev: 0.00001884291079667236) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
155.28689490647463 iter/sec (stddev: 0.008652903653009542) |
176.50684845246116 iter/sec (stddev: 0.007493689766499106) |
1.14 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config |
3049.116076496191 iter/sec (stddev: 1.4142187036815178e-9) |
3033.234697605989 iter/sec (stddev: 0.000008105211477979433) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
249.01481645618736 iter/sec (stddev: 0.00011294305488684074) |
245.61950507712658 iter/sec (stddev: 0.000015929984409965706) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config |
235.05664683012677 iter/sec (stddev: 0.00040854444856543463) |
232.06726330380621 iter/sec (stddev: 0.00033871107783286223) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
205.05625246663155 iter/sec (stddev: 0.00033710028858769796) |
168.56562728899877 iter/sec (stddev: 0.0003417723552229811) |
0.82 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config |
87.5544504958099 iter/sec (stddev: 0.008735227145801694) |
89.22575617088076 iter/sec (stddev: 0.007455386994244151) |
1.02 |
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)