Conversation
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 9841bdc | Previous: 8b77da4 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
24670.616432224648 iter/sec (stddev: 0.0000049486868078589065) |
18560.57196279963 iter/sec (stddev: 0.000003115300345637089) |
0.75 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
1121.080694883654 iter/sec (stddev: 0.000043405396209003894) |
870.4653163744817 iter/sec (stddev: 0.000041706501457140586) |
0.78 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
18.71414384075719 iter/sec (stddev: 0.00014361352868102632) |
14.394874878689619 iter/sec (stddev: 0.00002123597227503145) |
0.77 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
76.62630882859666 iter/sec (stddev: 0.00506157067818538) |
55.94338165026042 iter/sec (stddev: 0.007493087735785533) |
0.73 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
53594.30185332807 iter/sec (stddev: 0.000002396526303129667) |
42760.16890201484 iter/sec (stddev: 0.000002975717467037602) |
0.80 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config |
3814.6135939557103 iter/sec (stddev: 0.0003498849913230285) |
2651.0080458171615 iter/sec (stddev: 0.0005055024354318067) |
0.69 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
5766.969451774004 iter/sec (stddev: 0.000001390171931277289) |
4427.71064999063 iter/sec (stddev: 0.0000035677072649951877) |
0.77 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config |
5751.160512295602 iter/sec (stddev: 0.000006204508451652881) |
4336.504040548705 iter/sec (stddev: 0.00000818787226276644) |
0.75 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
469.877735933686 iter/sec (stddev: 0.0003314478184003236) |
336.44449162141836 iter/sec (stddev: 0.0004938026466299286) |
0.72 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config |
498.02516834910574 iter/sec (stddev: 0.00001770065049977724) |
346.965840970092 iter/sec (stddev: 0.00012668737223769718) |
0.70 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
246.67153760734027 iter/sec (stddev: 0.0001859680935027313) |
181.5962860145665 iter/sec (stddev: 0.0003983103507043083) |
0.74 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config |
244.67586240933358 iter/sec (stddev: 0.0001847089484570421) |
174.64647362223974 iter/sec (stddev: 0.00030657349889329243) |
0.71 |
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)