Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.24.0 #346

Merged
merged 9 commits into from
Feb 9, 2025
Merged

V0.24.0 #346

merged 9 commits into from
Feb 9, 2025

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Feb 9, 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 Feb 9, 2025
@kayjan kayjan enabled auto-merge (squash) February 9, 2025 10:40
Copy link
Contributor

github-actions bot commented Feb 9, 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% (2541 / 2543) 100% (1039 / 1040) 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

Benchmark suite Current: daa6d5c Previous: e730142 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15132.198670873215 iter/sec (stddev: 0.000018325591472947448) 12446.480135440239 iter/sec (stddev: 0.00003520472531520236) 0.82
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 669.473613316801 iter/sec (stddev: 0.00003302832135343279) 674.6419464364759 iter/sec (stddev: 0.00003042206717823047) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.6606379603941 iter/sec (stddev: 0.0027924104287139905) 11.451914500661433 iter/sec (stddev: 0.002617105576182482) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 66.0115552303272 iter/sec (stddev: 0.00396628497225523) 65.9843800389926 iter/sec (stddev: 0.003818743536115718) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22270.598912444326 iter/sec (stddev: 0.0000036689649543906136) 21463.90254513805 iter/sec (stddev: 0.000001941078825616953) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1672.1197277842448 iter/sec (stddev: 0.000017980594076258297) 1653.7175073466926 iter/sec (stddev: 0.00003764735498026051) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 117.47644294815929 iter/sec (stddev: 0.003277703823050389) 105.77075900414322 iter/sec (stddev: 0.004841792132518896) 0.90
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 91.15936480153881 iter/sec (stddev: 0.0034876482104491064) 89.27389784911827 iter/sec (stddev: 0.0036885670161766362) 0.98

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

@kayjan kayjan merged commit 7302c10 into master Feb 9, 2025
6 checks passed
@kayjan kayjan deleted the v0.24.0 branch February 9, 2025 10:40
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