Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Sep 26, 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 bug Something isn't working label Sep 26, 2025
@kayjan kayjan enabled auto-merge (squash) September 26, 2025 15:42
@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% (3263 / 3263) 100% (1114 / 1114) 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: 9df4734 Previous: f517522 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 19231.34247262976 iter/sec (stddev: 0.00000335302964554706) 18646.28006711732 iter/sec (stddev: 0.0000049852442297125245) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 442.2955857419824 iter/sec (stddev: 0.00006538001222798424) 416.6235200933891 iter/sec (stddev: 0.0000013205219133456086) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.694688630656978 iter/sec (stddev: 0.00010815792187918931) 14.587774538743984 iter/sec (stddev: 0.00023011446690749578) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 89.60225866506622 iter/sec (stddev: 0.00014423415630222033) 86.20138486490144 iter/sec (stddev: 0.0001544011497350622) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 27537.095910343352 iter/sec (stddev: 0.0000028690857646556575) 26020.965091640915 iter/sec (stddev: 0.000002484419676018257) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1895.9736156326949 iter/sec (stddev: 0.000015581097923899507) 1802.756288172917 iter/sec (stddev: 0.000024804386645359066) 0.95
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 110.20099051736076 iter/sec (stddev: 0.0048169884529798744) 95.63615340201451 iter/sec (stddev: 0.006206187617995535) 0.87
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 128.92732785542526 iter/sec (stddev: 0.00012420627596457882) 122.4704074142196 iter/sec (stddev: 0.000036534651748761134) 0.95

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

@kayjan kayjan merged commit 9c2af2c into master Sep 26, 2025
5 checks passed
@kayjan kayjan deleted the feature/fix-print branch September 26, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants