Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Feb 28, 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 28, 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: a29b7eb Previous: 6e12c4a Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 16676.853444589367 iter/sec (stddev: 0.000005515079341736623) 16865.468375301058 iter/sec (stddev: 0.000005551141786039093) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 669.7004095218563 iter/sec (stddev: 0.000002037457480581915) 677.1899960479288 iter/sec (stddev: 0.00000864133983911833) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.529962439510172 iter/sec (stddev: 0.002574699533985865) 11.843116039608415 iter/sec (stddev: 0.002199774194482904) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 67.53368619098563 iter/sec (stddev: 0.0031288007113839844) 69.3705643117155 iter/sec (stddev: 0.002964440245480079) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 21877.409934137788 iter/sec (stddev: 0.000003603062601955538) 10788.004386332894 iter/sec (stddev: 0.00007098623762955041) 0.49
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1745.5557496017655 iter/sec (stddev: 0.0000024511856580696526) 1694.4181291911423 iter/sec (stddev: 0.000001643457580655615) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 123.65831806903454 iter/sec (stddev: 0.0029336412196729893) 127.5251095505871 iter/sec (stddev: 0.0023483554311480395) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 92.67380144346413 iter/sec (stddev: 0.002900906984031827) 97.63399250078398 iter/sec (stddev: 0.002343652251811809) 1.05

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% (2783 / 2783) 100% (1136 / 1136) 0

@kayjan kayjan merged commit 6221988 into master Feb 28, 2025
7 checks passed
@kayjan kayjan deleted the feature/python313 branch February 28, 2025 12:12
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