Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Sep 12, 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.

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: 249893b Previous: 00f88a5 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 18810.110057163198 iter/sec (stddev: 0.000002617709298468957) 18896.2867847434 iter/sec (stddev: 0.000005929585336496917) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 446.60823155296924 iter/sec (stddev: 0.0001329258925225614) 468.154383271092 iter/sec (stddev: 0.000004266965161741672) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.513189835098471 iter/sec (stddev: 0.000011990833949964466) 14.616505506282905 iter/sec (stddev: 0.0002179614933710047) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 88.59685043776321 iter/sec (stddev: 0.00015105236272653359) 89.1030053909124 iter/sec (stddev: 0.00016052695720123519) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 25504.803829256896 iter/sec (stddev: 0.0000041698086844800255) 26424.756826558256 iter/sec (stddev: 0.000004713998066103541) 1.04
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1892.3878509640692 iter/sec (stddev: 0.000020112379602723556) 1904.8968803117752 iter/sec (stddev: 0.000012552135313591508) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 107.62251473979735 iter/sec (stddev: 0.0051556775398003225) 110.8232956241532 iter/sec (stddev: 0.004755833898744402) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 127.35480385479532 iter/sec (stddev: 0.00016560928718722582) 125.9221023712663 iter/sec (stddev: 0.00016426062242718702) 0.99

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

@kayjan kayjan added the documentation Improvements or additions to documentation label Sep 12, 2025
@kayjan kayjan enabled auto-merge (squash) September 12, 2025 03:12
@github-actions
Copy link
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.utils 100% 100% 0
Summary 100% (2978 / 2978) 100% (1110 / 1110) 0

@kayjan kayjan merged commit d1980ec into master Sep 12, 2025
5 checks passed
@kayjan kayjan deleted the feature/update-docs branch September 12, 2025 03:13
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