Skip to content

Add more methods in pyi#466

Merged
kayjan merged 2 commits into
masterfrom
add-pyi
Jul 15, 2026
Merged

Add more methods in pyi#466
kayjan merged 2 commits into
masterfrom
add-pyi

Conversation

@kayjan

@kayjan kayjan commented Jul 15, 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 15, 2026

@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: 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.

@kayjan kayjan enabled auto-merge (squash) July 15, 2026 03:23
@github-actions

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% (3442 / 3442) 100% (1196 / 1196) 0

@kayjan kayjan merged commit a68c6f8 into master Jul 15, 2026
5 checks passed
@kayjan kayjan deleted the add-pyi branch July 15, 2026 03:24
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