Skip to content

Misc fix import#463

Merged
kayjan merged 2 commits into
masterfrom
textual-enhance
Jul 7, 2026
Merged

Misc fix import#463
kayjan merged 2 commits into
masterfrom
textual-enhance

Conversation

@kayjan

@kayjan kayjan commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Description

Testing

Additional notes

Checklist

I have read through the contributing guidelines and ensured that

  • I have added a descriptive title for this pull request.
  • I have followed the convention and standards, and my code is checked for style and correctness.
  • I have added test cases, and unit tests pass with 100% code coverage.
  • I have updated the documentation and code docstrings.

Checklist (for reviewer)

  • I have added label (breaking / enhancement / bug / documentation) to this pull request, if applicable.
  • I will ensure this change is captured in the CHANGELOG.md file.

@kayjan kayjan added the documentation Improvements or additions to documentation label Jul 4, 2026
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Code Coverage

Package Line Rate Branch Rate Complexity Health
bigtree 100% 100% 0
bigtree.binarytree 100% 100% 0
bigtree.dag 100% 100% 0
bigtree.node 100% 100% 0
bigtree.tree 100% 100% 0
bigtree.tree.construct 100% 100% 0
bigtree.tree.export 100% 100% 0
bigtree.tree.studio 100% 100% 0
bigtree.tree.studio.actions 100% 100% 0
bigtree.utils 100% 100% 0
Summary 100% (3434 / 3434) 100% (1196 / 1196) 0

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: 09e6e19 Previous: 1bf7579 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 19088.978500919646 iter/sec (stddev: 0.000006483532786981471) 18926.84773364681 iter/sec (stddev: 0.000006006023577075194) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 892.7846838142681 iter/sec (stddev: 0.00003444486836807224) 867.8968554928471 iter/sec (stddev: 0.00004597671930984253) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 15.051943330739688 iter/sec (stddev: 0.00020676721520687013) 14.409220946938968 iter/sec (stddev: 0.00004790139325778534) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 62.28996873685091 iter/sec (stddev: 0.006046137180053124) 56.222094251367196 iter/sec (stddev: 0.0078875042615755) 0.90
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 43002.244717276866 iter/sec (stddev: 0.0000028818843966955945) 43326.242272786185 iter/sec (stddev: 0.0000036158612360051965) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config 3396.934708025955 iter/sec (stddev: 0.00038833590244859037) 2827.0101597104285 iter/sec (stddev: 0.000472944835063624) 0.83
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 4506.29788927067 iter/sec (stddev: 0.000005842469779875911) 4449.346635691244 iter/sec (stddev: 0.0000053055636014646) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config 4441.5278411555355 iter/sec (stddev: 0.000005285693901027728) 4432.726286247334 iter/sec (stddev: 0.000005552768128504596) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 375.33139651071184 iter/sec (stddev: 0.00031414993592227024) 359.99967312021346 iter/sec (stddev: 0.0003706345448414709) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config 396.57138655750146 iter/sec (stddev: 0.0000328762226845246) 375.68959939233963 iter/sec (stddev: 0.0000373716540468273) 0.95
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 167.82041664758646 iter/sec (stddev: 0.0011083405941660677) 189.72635038037677 iter/sec (stddev: 0.0003075902477344321) 1.13
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config 162.50424105599146 iter/sec (stddev: 0.0004486704956600795) 188.4990242112153 iter/sec (stddev: 0.00016302481190570017) 1.16

This comment was automatically generated by workflow using github-action-benchmark.

@kayjan kayjan merged commit cef28b9 into master Jul 7, 2026
5 checks passed
@kayjan kayjan deleted the textual-enhance branch July 7, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant