Skip to content

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 bug Something isn't working label Apr 18, 2025
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: f738afa Previous: 4d352c8 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 14704.530833662226 iter/sec (stddev: 0.00001506328362764775) 15889.283472738016 iter/sec (stddev: 0.0000021309369932333623) 1.08
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 606.486469832912 iter/sec (stddev: 0.00031036811672329877) 660.7527314940755 iter/sec (stddev: 0.000014264960067433391) 1.09
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.374592163997837 iter/sec (stddev: 0.0037379402521983997) 11.64084108820567 iter/sec (stddev: 0.003515461548573417) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 55.88122106704793 iter/sec (stddev: 0.007191952665856574) 61.71824126811693 iter/sec (stddev: 0.0052538970051561615) 1.10
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 21504.752013009827 iter/sec (stddev: 6.526595703299434e-8) 20135.207921338 iter/sec (stddev: 0.000003598112856589841) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1630.2218348772951 iter/sec (stddev: 0.000052423128989498556) 1584.9381426467176 iter/sec (stddev: 0.00005267881880464399) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 160.35788287443307 iter/sec (stddev: 0.000010418794156600911) 144.48146958689574 iter/sec (stddev: 0.00013843015313241396) 0.90
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 73.76205783749353 iter/sec (stddev: 0.007142890203263477) 79.11169965995956 iter/sec (stddev: 0.005944929834990593) 1.07

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

@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% (2887 / 2887) 100% (1116 / 1116) 0

@kayjan kayjan merged commit c96dedc into master Apr 18, 2025
12 of 13 checks passed
@kayjan kayjan deleted the feature/fix-plot branch April 18, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants