Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Jan 27, 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 Jan 27, 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: e93a85b Previous: 0e0ba6f Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 12932.762567292024 iter/sec (stddev: 0.00002913195085848932) 11921.18191350297 iter/sec (stddev: 0.00004109393485140403) 0.92
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 635.179344476038 iter/sec (stddev: 0.00001794014756804255) 678.4377194004754 iter/sec (stddev: 0.000034558641848781376) 1.07
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.55585034427068 iter/sec (stddev: 0.003091505142028085) 11.480736918698732 iter/sec (stddev: 0.003664779873347952) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 66.06671177393072 iter/sec (stddev: 0.003844810249784782) 65.35524505170636 iter/sec (stddev: 0.0041587583774335924) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22329.677592547654 iter/sec (stddev: 0.0000010060008161715947) 21540.953661156742 iter/sec (stddev: 0.0000018596908366583953) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1640.3176967346662 iter/sec (stddev: 0.00003889610555666244) 1663.127669580844 iter/sec (stddev: 0.000039406424517901316) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 120.6660633966916 iter/sec (stddev: 0.0033168746395904067) 109.99461202392118 iter/sec (stddev: 0.004416304698365844) 0.91
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 93.28813380207778 iter/sec (stddev: 0.003145987436675882) 91.33290631546582 iter/sec (stddev: 0.0035049366884039312) 0.98

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.utils 100% 100% 0
Summary 100% (2426 / 2426) 100% (1022 / 1022) 0

@kayjan kayjan merged commit b055b70 into master Jan 27, 2025
6 checks passed
@kayjan kayjan deleted the update-docs branch January 27, 2025 18:09
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