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

Add detail to get_tree_diff #310

Merged
merged 3 commits into from
Nov 2, 2024
Merged

Add detail to get_tree_diff #310

merged 3 commits into from
Nov 2, 2024

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Nov 2, 2024

Description

#309

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 Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

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% (2374 / 2374) 100% (1004 / 1004) 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: 0961df6 Previous: 9165824 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15361.915200780519 iter/sec (stddev: 0.000013395784415447405) 15895.900924014062 iter/sec (stddev: 0.0000017363714118548373) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 680.4555309544457 iter/sec (stddev: 0.000008507555238111495) 680.057335633971 iter/sec (stddev: 0.000014950570807951828) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 12.375253913603633 iter/sec (stddev: 0.002700071121925791) 12.277013343267065 iter/sec (stddev: 0.0016935764609556717) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 70.91037839015021 iter/sec (stddev: 0.002921696276954158) 69.94116073958678 iter/sec (stddev: 0.003068714171229754) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22706.50143880741 iter/sec (stddev: 0.000002437043521275839) 11238.840533791199 iter/sec (stddev: 0.00006578829568155062) 0.49
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1546.3694338410155 iter/sec (stddev: 0.00006993413345245514) 1653.753060268856 iter/sec (stddev: 0.0000010264362040899188) 1.07
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 118.25924519736111 iter/sec (stddev: 0.0031988846100485073) 114.41921928459799 iter/sec (stddev: 0.0035704838606757557) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 95.31802484866213 iter/sec (stddev: 0.003036527165523344) 93.4229229892208 iter/sec (stddev: 0.003196192583823448) 0.98

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

@kayjan kayjan merged commit 1f09696 into master Nov 2, 2024
6 checks passed
@kayjan kayjan deleted the feature/all-diff-detail branch November 2, 2024 17:47
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