Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vprint #351

Merged
merged 14 commits into from
Feb 24, 2025
Merged

Add vprint #351

merged 14 commits into from
Feb 24, 2025

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Feb 24, 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 24, 2025
@kayjan kayjan enabled auto-merge (squash) February 24, 2025 18:50
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% (2738 / 2738) 100% (1110 / 1110) 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: b84a57f Previous: 772d714 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 16992.541124368254 iter/sec (stddev: 0.0000042456812456156976) 14896.469536551354 iter/sec (stddev: 0.000018512904058955548) 0.88
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 666.1824186659711 iter/sec (stddev: 0.000013100496623308244) 680.1239621135136 iter/sec (stddev: 0.0000253684457264146) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.252340803359202 iter/sec (stddev: 0.003546326193891217) 11.466990551661917 iter/sec (stddev: 0.0028115781843641653) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 62.16172907971735 iter/sec (stddev: 0.004207966998994127) 62.625436792850635 iter/sec (stddev: 0.004588865481610887) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 21407.31702142157 iter/sec (stddev: 4.2511259685325527e-7) 21723.593343397537 iter/sec (stddev: 0.000003028538342687149) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1483.7543733642476 iter/sec (stddev: 0.00009123515954869942) 1645.424916587723 iter/sec (stddev: 0.00006858165031196526) 1.11
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 113.98963370291739 iter/sec (stddev: 0.0038228187339155993) 109.3392927767325 iter/sec (stddev: 0.00412383253503386) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 81.74926254500332 iter/sec (stddev: 0.0053161319478393036) 85.31398202917262 iter/sec (stddev: 0.004117878908067828) 1.04

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

@kayjan kayjan merged commit 5bbf9f6 into master Feb 24, 2025
6 checks passed
@kayjan kayjan deleted the feature/vprint branch February 24, 2025 18:50
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.

1 participant