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.23.1 #340

Merged
merged 2 commits into from
Jan 22, 2025
Merged

V0.23.1 #340

merged 2 commits into from
Jan 22, 2025

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Jan 22, 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.

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

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: d765435 Previous: 4ef158a Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 13167.41512451243 iter/sec (stddev: 0.00003131457735542386) 13629.186630760823 iter/sec (stddev: 0.000028122273083736738) 1.04
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 659.5107551362672 iter/sec (stddev: 0.000016587169452011117) 662.4152414856001 iter/sec (stddev: 0.000022268631016296135) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.63395720942705 iter/sec (stddev: 0.0022812341684677363) 11.546347405080716 iter/sec (stddev: 0.002493796618722613) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 68.94539517117865 iter/sec (stddev: 0.0029740915459356794) 68.22646697734936 iter/sec (stddev: 0.0032778400118151523) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 23056.775002602884 iter/sec (stddev: 0.000002746544160139125) 22296.84232063746 iter/sec (stddev: 0.000004335554517655432) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1645.7980841124888 iter/sec (stddev: 0.00003207174730008023) 1638.8602611882739 iter/sec (stddev: 0.000035012462980814015) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 123.90970840804279 iter/sec (stddev: 0.0029699560319231266) 123.11723582697984 iter/sec (stddev: 0.00300744181300735) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 99.23421699005013 iter/sec (stddev: 0.00251129362247065) 95.28855869751122 iter/sec (stddev: 0.002798312649015029) 0.96

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

@kayjan kayjan merged commit 0e0ba6f into master Jan 22, 2025
6 checks passed
@kayjan kayjan deleted the v0.23.1 branch January 22, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant