Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Oct 22, 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 Oct 22, 2025
@kayjan kayjan enabled auto-merge (squash) October 22, 2025 16:09
@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% (3115 / 3115) 100% (1132 / 1132) 0

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: 4452979 Previous: 3ee1744 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 17637.08868107264 iter/sec (stddev: 0.000004890350501371908) 18508.356060338083 iter/sec (stddev: 0.00000611739289503187) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 414.136842740064 iter/sec (stddev: 0.00009702989962116665) 434.51570270200597 iter/sec (stddev: 0.00010575856714870651) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.136056791500568 iter/sec (stddev: 0.0003872915057342893) 14.59400563929745 iter/sec (stddev: 0.0001013832025202512) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 87.01696182914445 iter/sec (stddev: 0.00010470222032956773) 88.94656658647702 iter/sec (stddev: 0.0002069284355542598) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 24439.629836764718 iter/sec (stddev: 7.020863241052458e-7) 26834.29154053401 iter/sec (stddev: 0.000004031003628177286) 1.10
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1801.479645309585 iter/sec (stddev: 0.000042227639156292604) 1943.9994035787154 iter/sec (stddev: 0.00002104328567503197) 1.08
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 89.14967427072648 iter/sec (stddev: 0.00720943743665603) 106.07533992533196 iter/sec (stddev: 0.005475655449805974) 1.19
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 117.4002689557879 iter/sec (stddev: 0.00016052320953473335) 128.47072743411366 iter/sec (stddev: 0.00010699607472660863) 1.09

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

@kayjan kayjan merged commit f249e95 into master Oct 22, 2025
5 checks passed
@kayjan kayjan deleted the feature/1.0.2 branch October 22, 2025 16:10
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