Skip to content

Conversation

@kayjan
Copy link
Owner

@kayjan kayjan commented Nov 5, 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 bug Something isn't working label Nov 5, 2024
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: 82b9f7c Previous: e9ac904 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15207.772388098087 iter/sec (stddev: 0.00001579853325675665) 15675.799387138504 iter/sec (stddev: 0.000016046657026958893) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 699.9888421771215 iter/sec (stddev: 0.00000491707913438554) 669.8872388858836 iter/sec (stddev: 9.953942180980091e-7) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 12.36538728718816 iter/sec (stddev: 0.003011107454558842) 11.786987990583237 iter/sec (stddev: 0.004504205849443236) 0.95
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 66.3209356292335 iter/sec (stddev: 0.0042701868803073605) 68.45985879627106 iter/sec (stddev: 0.0031658251759971424) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22681.60023190396 iter/sec (stddev: 0.000009663604116119838) 22896.44624246737 iter/sec (stddev: 0.000006587689615675701) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1756.0198335413425 iter/sec (stddev: 0.000016054364491762777) 1748.2578610430119 iter/sec (stddev: 0.000012918133785680504) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 104.7811689294958 iter/sec (stddev: 0.004413954134001767) 115.93691028691246 iter/sec (stddev: 0.0034963406741064544) 1.11
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 88.78635485485269 iter/sec (stddev: 0.004193114998877117) 92.41596258410549 iter/sec (stddev: 0.003522295311355244) 1.04

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

@kayjan kayjan enabled auto-merge November 5, 2024 15:27
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 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% (2388 / 2388) 100% (1006 / 1006) 0

@kayjan kayjan merged commit 9b7aec8 into master Nov 5, 2024
6 checks passed
@kayjan kayjan deleted the feature/polars-on-arm branch November 5, 2024 15:30
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