Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Sep 25, 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 enhancement New feature or request label Sep 25, 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: a09002b Previous: f365f85 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 17976.461621099745 iter/sec (stddev: 0.000005686552734535603) 19526.501856273062 iter/sec (stddev: 0.0000017866467048912065) 1.09
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 468.9183673379689 iter/sec (stddev: 0.000024307573420487792) 476.2762626173321 iter/sec (stddev: 0.000006372375600825549) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.425056384101408 iter/sec (stddev: 0.0003912571019835632) 14.53507955366258 iter/sec (stddev: 0.00007091199141892108) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 85.17518423051781 iter/sec (stddev: 0.0002293401849828512) 90.25680253561904 iter/sec (stddev: 0.00021731894543928286) 1.06
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 24834.16983074709 iter/sec (stddev: 9.294211537229529e-7) 26972.280587357425 iter/sec (stddev: 0.000003979879806933285) 1.09
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1864.6386111257557 iter/sec (stddev: 0.000030314304104904956) 1944.891121107595 iter/sec (stddev: 0.000012778692327946514) 1.04
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 90.11233971977813 iter/sec (stddev: 0.007349490399851389) 111.71847168571134 iter/sec (stddev: 0.0047629864959693406) 1.24
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 118.57177709623217 iter/sec (stddev: 0.0004860449074233314) 129.2728481792628 iter/sec (stddev: 0.0001604493875866983) 1.09

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

@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 fa50586 into master Sep 25, 2025
5 checks passed
@kayjan kayjan deleted the fix/docs branch September 25, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants