Conversation
…re/nested_dict_key_to_tree
Contributor
|
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 7da69a3 | Previous: 70e2157 | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18159.498505779917 iter/sec (stddev: 0.000006439621451985326) |
17910.634887163924 iter/sec (stddev: 0.00000843755166550386) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
432.02710226931276 iter/sec (stddev: 0.000004257631342414055) |
474.2073410900743 iter/sec (stddev: 0.000026154041358490103) |
1.10 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.56316523965307 iter/sec (stddev: 0.00009809225684468011) |
14.4717786152749 iter/sec (stddev: 0.00001565230357738695) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
81.54198436545944 iter/sec (stddev: 0.000003023588599331408) |
86.5160980006076 iter/sec (stddev: 0.000010237562689915989) |
1.06 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
25492.255455598406 iter/sec (stddev: 0.000004530433147601887) |
25892.682598418574 iter/sec (stddev: 0.000001513986328607695) |
1.02 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1795.0712549046968 iter/sec (stddev: 0.000027328333595474652) |
1738.1384867057432 iter/sec (stddev: 0.00003844758772467143) |
0.97 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
161.59791770092207 iter/sec (stddev: 0.00035326255757063736) |
159.01619984691766 iter/sec (stddev: 0.00009789674182434986) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
120.81714725875213 iter/sec (stddev: 0.00009331037654004739) |
123.13099160022385 iter/sec (stddev: 0.00010524520762529311) |
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)