Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Sep 9, 2025

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 Sep 9, 2025
Copy link
Contributor

@github-actions github-actions bot left a comment

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: a62d537 Previous: 93dcaba Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 18040.349044836792 iter/sec (stddev: 0.00000630640253846009) 18128.405307706944 iter/sec (stddev: 0.000003975707876830318) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 426.8402073745283 iter/sec (stddev: 0.000029829158143139997) 435.49385536688106 iter/sec (stddev: 0.00014995224599828927) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.603277587806225 iter/sec (stddev: 0.0002609873853715521) 14.35292074010654 iter/sec (stddev: 0.00040060335657514644) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 86.3447519029512 iter/sec (stddev: 0.0001769141568550582) 76.52844621654982 iter/sec (stddev: 0.0014978015035056703) 0.89
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 24669.97737776937 iter/sec (stddev: 0.0000012135366582973402) 24987.974537537717 iter/sec (stddev: 0.0000044794507492331145) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1415.674131634957 iter/sec (stddev: 0.00006283824619053291) 1841.8970803178588 iter/sec (stddev: 0.00003128424247777902) 1.30
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 87.29737433723086 iter/sec (stddev: 0.006246273925685287) 91.57593395628349 iter/sec (stddev: 0.0070299004086183) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 123.21446226300296 iter/sec (stddev: 0.0001809337760638708) 119.35819902800941 iter/sec (stddev: 0.0001957042467720623) 0.97

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2025

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.utils 100% 100% 0
Summary 100% (2978 / 2978) 100% (1110 / 1110) 0

@kayjan kayjan merged commit f465398 into master Sep 10, 2025
7 checks passed
@kayjan kayjan deleted the feature/docs branch September 10, 2025 16:06
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.

2 participants