Skip to content

Fix article links #378

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

Merged
merged 17 commits into from
Apr 18, 2025
Merged

Fix article links #378

merged 17 commits into from
Apr 18, 2025

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Apr 18, 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 Apr 18, 2025
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% (2887 / 2887) 100% (1116 / 1116) 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: ca9b10f Previous: c96dedc Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15194.843477988163 iter/sec (stddev: 0.00001278208643977218) 14391.823141959181 iter/sec (stddev: 0.000015605988082646973) 0.95
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 670.7083777075951 iter/sec (stddev: 0.00002141706232085028) 642.5731714133466 iter/sec (stddev: 0.000003214083163354546) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.432206831147464 iter/sec (stddev: 0.004064076425879939) 11.430101481550247 iter/sec (stddev: 0.005826257235274363) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 58.25304585443421 iter/sec (stddev: 0.006251319273989842) 56.27501125289119 iter/sec (stddev: 0.0065327034373074055) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 21498.556909288618 iter/sec (stddev: 9.415126794256214e-7) 21212.169422118746 iter/sec (stddev: 7.268350609823468e-7) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1622.4447711680596 iter/sec (stddev: 0.00004138738416626238) 1458.0716550340906 iter/sec (stddev: 0.00007125493820853656) 0.90
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 162.343817434853 iter/sec (stddev: 0.00007998558563522764) 152.57675398403424 iter/sec (stddev: 0.00004288312714192275) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 67.94263639897913 iter/sec (stddev: 0.008500859148760895) 70.52692996767954 iter/sec (stddev: 0.007629907594644304) 1.04

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

@kayjan kayjan merged commit fe54a2a into master Apr 18, 2025
7 checks passed
@kayjan kayjan deleted the feature/fix-article branch April 18, 2025 18:13
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.

1 participant