Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Nov 3, 2024

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 Nov 3, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 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

Details
Benchmark suite Current: 2cf2a15 Previous: 1f09696 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 16257.373734238678 iter/sec (stddev: 0.000004276086839220067) 15684.675287531718 iter/sec (stddev: 0.000005818357438400901) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 703.7121625853489 iter/sec (stddev: 0.0000066159031813428705) 664.1567739404593 iter/sec (stddev: 0.000003850196423084644) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 12.455006871505299 iter/sec (stddev: 0.0022516226577932756) 11.30139833653837 iter/sec (stddev: 0.0024222079261179068) 0.91
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 67.03962733152925 iter/sec (stddev: 0.003748668193444209) 69.17901345739577 iter/sec (stddev: 0.002911835390044335) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 10920.58333404465 iter/sec (stddev: 0.00006910639425574844) 11131.475527280018 iter/sec (stddev: 0.0000625087344293624) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1712.3080962724466 iter/sec (stddev: 0.00003007275643157768) 1762.8717180344545 iter/sec (stddev: 1.0274261601969353e-7) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 115.41022469153438 iter/sec (stddev: 0.003579615437649905) 120.22414397045111 iter/sec (stddev: 0.003061326178159737) 1.04
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 93.29327388567808 iter/sec (stddev: 0.0033851356169759448) 95.21862574965957 iter/sec (stddev: 0.0030070252564004937) 1.02

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

@kayjan kayjan merged commit 9d92bc5 into master Nov 3, 2024
6 checks passed
@kayjan kayjan deleted the feature/mkdoc-jupyter branch November 3, 2024 04:03
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