Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Feb 24, 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 24, 2025
@kayjan kayjan enabled auto-merge (squash) February 24, 2025 18:54
@github-actions
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% (2738 / 2738) 100% (1110 / 1110) 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: 9303258 Previous: 5bbf9f6 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 16845.90711831303 iter/sec (stddev: 0.000004828690788970136) 17018.59707162688 iter/sec (stddev: 0.00000496678874195018) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 658.9521816849395 iter/sec (stddev: 7.055511468660983e-7) 665.9254029028631 iter/sec (stddev: 0.000007561092810305621) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.1115241449827 iter/sec (stddev: 0.0031248090228930825) 11.413354003678245 iter/sec (stddev: 0.0038991038176349004) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 66.29521699666292 iter/sec (stddev: 0.0034971599987350336) 64.40661016246979 iter/sec (stddev: 0.004293720030382331) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22211.80735323275 iter/sec (stddev: 0.0000010265776249554449) 22372.61591798205 iter/sec (stddev: 0.0000025163101912226085) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1571.2452071118385 iter/sec (stddev: 0.00009356408644498847) 1616.6398802913427 iter/sec (stddev: 0.00010779255980652778) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 115.82110570829501 iter/sec (stddev: 0.0036046521088702473) 108.23878567166352 iter/sec (stddev: 0.004512197004597769) 0.93
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 88.05789126544062 iter/sec (stddev: 0.0036498483944251807) 85.04445722387828 iter/sec (stddev: 0.004446820952167083) 0.97

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

@kayjan kayjan merged commit f1817ef into master Feb 24, 2025
6 checks passed
@kayjan kayjan deleted the v0.25.0 branch February 24, 2025 18:55
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.

2 participants