Skip to content

Conversation

@kayjan
Copy link
Owner

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

github-actions bot commented Feb 8, 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% (2481 / 2481) 100% (1022 / 1022) 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: 4291940 Previous: e65bf6e Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 14880.398794686012 iter/sec (stddev: 0.000016336429386250826) 15470.943247717525 iter/sec (stddev: 0.000014962520911784036) 1.04
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 313.0070224690246 iter/sec (stddev: 0.002379796014935765) 321.7836338107808 iter/sec (stddev: 0.002238176032399322) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.81263092116058 iter/sec (stddev: 0.0003833463448679133) 11.718247216243965 iter/sec (stddev: 0.0001353732598062088) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 66.89017975638743 iter/sec (stddev: 0.0035062779285449154) 68.20424079100633 iter/sec (stddev: 0.0031319179209198483) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22461.99150212054 iter/sec (stddev: 0.0000089963074455129) 22466.381868225544 iter/sec (stddev: 0.000008741183319858633) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1695.286493248662 iter/sec (stddev: 0.000005047469624571538) 1705.8260355955515 iter/sec (stddev: 0.000006242550796111306) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 119.00940356967338 iter/sec (stddev: 0.00338694920444766) 125.01136353295536 iter/sec (stddev: 0.002386770774799816) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 93.52856804624558 iter/sec (stddev: 0.0028567678938272536) 98.5557099283008 iter/sec (stddev: 0.0023346188919709117) 1.05

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

@kayjan kayjan merged commit 20cfee5 into master Feb 8, 2025
6 checks passed
@kayjan kayjan deleted the enhance-docs branch February 8, 2025 15:28
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