Conversation
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 7394148 | Previous: 13af6ee | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
16870.404923979528 iter/sec (stddev: 0.000006045621558088276) |
18569.27453633331 iter/sec (stddev: 0.0000027783639644082962) |
1.10 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
142.44106538307935 iter/sec (stddev: 0.006586462291007053) |
175.51880088502307 iter/sec (stddev: 0.004595240119949579) |
1.23 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.35601257222947 iter/sec (stddev: 0.000242750252956967) |
14.440285077566795 iter/sec (stddev: 0.00021087366713057394) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
85.35010547118677 iter/sec (stddev: 0.00021351478166518184) |
88.57871261406052 iter/sec (stddev: 0.00027470667114279406) |
1.04 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
25257.755394094995 iter/sec (stddev: 0.0000010244563049387933) |
26622.33160978314 iter/sec (stddev: 0.0000030498222568033975) |
1.05 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1914.5056444926759 iter/sec (stddev: 0.000027903635665986323) |
1862.8587598248637 iter/sec (stddev: 0.00001914159269963225) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
161.55088722498115 iter/sec (stddev: 0.00003561307948171352) |
172.0968722624385 iter/sec (stddev: 0.00003796307816031788) |
1.07 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
77.11431924843832 iter/sec (stddev: 0.006692309034371382) |
86.56126044274978 iter/sec (stddev: 0.00518366800817316) |
1.12 |
This comment was automatically generated by workflow using github-action-benchmark.
Owner
Author
|
Addresses #389 |
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)