Add nested dict key for tree construction and export#395
Merged
Conversation
Contributor
|
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 112c241 | Previous: 5b2ce3c | Ratio |
|---|---|---|---|
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 |
18904.324271040812 iter/sec (stddev: 0.0000032275889027365714) |
18470.93874904834 iter/sec (stddev: 0.000005124120000969883) |
0.98 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 |
434.1669693716324 iter/sec (stddev: 0.000004509856340827821) |
460.72471536997733 iter/sec (stddev: 0.00000765527943632841) |
1.06 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 |
14.007249201094616 iter/sec (stddev: 0.00017995011981780632) |
14.43887342893447 iter/sec (stddev: 0.0009226769808448916) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 |
88.06684516614781 iter/sec (stddev: 0.00013414289400763964) |
87.70467079907918 iter/sec (stddev: 0.00002271170412637513) |
1.00 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions |
26601.899907749943 iter/sec (stddev: 0.000003645559726286872) |
26248.44149886976 iter/sec (stddev: 0.0000030534285014346154) |
0.99 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions |
1838.3686096301708 iter/sec (stddev: 0.000018852103182071338) |
1891.6754739899766 iter/sec (stddev: 0.00002015438174146487) |
1.03 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions |
170.24242725934116 iter/sec (stddev: 0.0001940018164885126) |
171.1875164174326 iter/sec (stddev: 0.00015644956736638387) |
1.01 |
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions |
127.7400781678425 iter/sec (stddev: 0.00017350979125847665) |
126.68916003142519 iter/sec (stddev: 0.00013125775691696858) |
0.99 |
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
Support nested dict where the keys are node names
Testing
Additional notes
Checklist
I have read through the contributing guidelines and ensured that
Checklist (for reviewer)