Skip to content

Reorganise files, create common file#397

Merged
kayjan merged 13 commits intomasterfrom
feature/clean-up
Sep 6, 2025
Merged

Reorganise files, create common file#397
kayjan merged 13 commits intomasterfrom
feature/clean-up

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
@kayjan kayjan enabled auto-merge (squash) September 6, 2025 16:51
@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 99% 97% 0
bigtree.utils 100% 100% 0
Summary 100% (3000 / 3007) 99% (1119 / 1126) 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: 7da69a3 Previous: 70e2157 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 18159.498505779917 iter/sec (stddev: 0.000006439621451985326) 17910.634887163924 iter/sec (stddev: 0.00000843755166550386) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 432.02710226931276 iter/sec (stddev: 0.000004257631342414055) 474.2073410900743 iter/sec (stddev: 0.000026154041358490103) 1.10
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.56316523965307 iter/sec (stddev: 0.00009809225684468011) 14.4717786152749 iter/sec (stddev: 0.00001565230357738695) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 81.54198436545944 iter/sec (stddev: 0.000003023588599331408) 86.5160980006076 iter/sec (stddev: 0.000010237562689915989) 1.06
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 25492.255455598406 iter/sec (stddev: 0.000004530433147601887) 25892.682598418574 iter/sec (stddev: 0.000001513986328607695) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1795.0712549046968 iter/sec (stddev: 0.000027328333595474652) 1738.1384867057432 iter/sec (stddev: 0.00003844758772467143) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 161.59791770092207 iter/sec (stddev: 0.00035326255757063736) 159.01619984691766 iter/sec (stddev: 0.00009789674182434986) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 120.81714725875213 iter/sec (stddev: 0.00009331037654004739) 123.13099160022385 iter/sec (stddev: 0.00010524520762529311) 1.02

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

@kayjan kayjan merged commit fd90bd2 into master Sep 6, 2025
7 checks passed
@kayjan kayjan deleted the feature/clean-up branch September 6, 2025 16:51
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.

1 participant