Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Nov 10, 2025

Description

Only affect github workflows due to the pytest checks ran

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 Nov 10, 2025
@kayjan kayjan enabled auto-merge (squash) November 10, 2025 17:26
@kayjan kayjan disabled auto-merge November 10, 2025 17:27
@kayjan kayjan enabled auto-merge (squash) November 10, 2025 17:31
@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% (3129 / 3129) 100% (1132 / 1132) 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

Benchmark suite Current: ce32a94 Previous: 45f59f6 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 18441.89925816246 iter/sec (stddev: 0.000006747707882193526) 18894.055363452186 iter/sec (stddev: 0.000004531140253939154) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 437.90307746628207 iter/sec (stddev: 0.000059363099204070727) 440.3600753880578 iter/sec (stddev: 0.00005604372784208351) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 14.712414816571119 iter/sec (stddev: 0.000018218747635752197) 14.892019766606715 iter/sec (stddev: 0.00007262156348280959) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 89.26848427266275 iter/sec (stddev: 0.0002475411842452155) 91.43417911289521 iter/sec (stddev: 0.00023644476965664117) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 43226.41998274736 iter/sec (stddev: 0.0000038268618968723495) 44835.91177342797 iter/sec (stddev: 0.000004012477430484621) 1.04
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config 35522.275137955716 iter/sec (stddev: 0.000013068959664789593) 35701.280247279436 iter/sec (stddev: 0.000013159822883892744) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 3241.077677788169 iter/sec (stddev: 0.000005401800831544569) 3291.776303392785 iter/sec (stddev: 0.0000036951279069568213) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config 3181.637117701762 iter/sec (stddev: 0.000009043754307171061) 3192.1335614163017 iter/sec (stddev: 0.000006712988937620688) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 137.98490188516533 iter/sec (stddev: 0.004995832162824339) 140.3435517520329 iter/sec (stddev: 0.004905941920368171) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config 286.0951519288308 iter/sec (stddev: 0.000019479519029934135) 278.4273642868924 iter/sec (stddev: 0.0001584493360561784) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 208.179421516282 iter/sec (stddev: 0.00020668215026837237) 211.09435291679782 iter/sec (stddev: 0.0002645039688153015) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config 121.93303810661241 iter/sec (stddev: 0.004790421036994553) 120.6490702812774 iter/sec (stddev: 0.004978422628182578) 0.99

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

@kayjan kayjan merged commit 95a268c into master Nov 10, 2025
5 checks passed
@kayjan kayjan deleted the fix/pytest-version branch November 10, 2025 17:32
@kayjan
Copy link
Owner Author

kayjan commented Nov 10, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

2 participants