Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Sep 6, 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 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 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% (3017 / 3017) 100% (1155 / 1156) 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: fa9ae92 Previous: 7ceb875 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 18241.767262702768 iter/sec (stddev: 0.0000057382422412513585) 18088.31802129887 iter/sec (stddev: 0.000004746524977714831) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 455.23383017432724 iter/sec (stddev: 0.000015172390203717285) 427.8776768750411 iter/sec (stddev: 0.000015345984919547673) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.360340028783723 iter/sec (stddev: 0.00019347318345635172) 10.975434701929402 iter/sec (stddev: 0.0010783027688108632) 0.76
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 82.9662119935778 iter/sec (stddev: 0.00007889261068330154) 81.04949926747797 iter/sec (stddev: 0.00006407412742295558) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 24957.41640822408 iter/sec (stddev: 0.000002634609154700984) 26289.8109893558 iter/sec (stddev: 0.0000021868691409872745) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1831.123198152942 iter/sec (stddev: 0.000024985476690172977) 1858.0039092426236 iter/sec (stddev: 0.0000353349743835179) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 160.30881376898066 iter/sec (stddev: 0.00038396930594192854) 161.2913098395406 iter/sec (stddev: 0.0002308937692914676) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 119.21811798752563 iter/sec (stddev: 0.00015238292555951437) 123.80690075398513 iter/sec (stddev: 0.0000739841582528624) 1.04

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

@kayjan kayjan merged commit 70e2157 into master Sep 6, 2025
7 checks passed
@kayjan kayjan deleted the feature/clean-up branch September 6, 2025 01:30
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