Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Feb 8, 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 Feb 8, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Feb 8, 2025

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% (2481 / 2481) 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

Details
Benchmark suite Current: 097aa3e Previous: aa86906 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 14234.47019321882 iter/sec (stddev: 0.000020854134611743095) 14950.845358032651 iter/sec (stddev: 0.00001793936975077001) 1.05
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 281.52685130615293 iter/sec (stddev: 0.0028937212942108095) 314.94177309250944 iter/sec (stddev: 0.0023588710282222013) 1.12
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.664209046980803 iter/sec (stddev: 0.000605768338527856) 11.623483349294899 iter/sec (stddev: 0.001428369415867186) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 65.79434982468086 iter/sec (stddev: 0.003830631344610948) 67.23580814548576 iter/sec (stddev: 0.0032953091555572188) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22918.091885414204 iter/sec (stddev: 0.000006569941236260348) 22157.03131248411 iter/sec (stddev: 0.000008871644521984583) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1781.5197610621228 iter/sec (stddev: 0.000008781700538004761) 1705.228272514641 iter/sec (stddev: 0.000008330354279659898) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 106.09092113946419 iter/sec (stddev: 0.004675388128016087) 117.67102079644796 iter/sec (stddev: 0.003617135301274254) 1.11
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 82.01324741942142 iter/sec (stddev: 0.004907552426774618) 93.11390501554953 iter/sec (stddev: 0.0031572629614061002) 1.14

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

@kayjan kayjan merged commit e65bf6e into master Feb 8, 2025
6 checks passed
@kayjan kayjan deleted the enhance-docs branch February 8, 2025 15:24
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.

2 participants