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 cmap to pillow graph #347

Merged
merged 2 commits into from
Feb 9, 2025
Merged

Add cmap to pillow graph #347

merged 2 commits into from
Feb 9, 2025

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Feb 9, 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 9, 2025
Copy link
Contributor

github-actions bot commented Feb 9, 2025

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% (2557 / 2557) 100% (1046 / 1046) 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: 3eae2e0 Previous: 7302c10 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15410.683147965763 iter/sec (stddev: 0.000017151935636389355) 11937.63302998893 iter/sec (stddev: 0.000042376060867624846) 0.77
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 668.631708394152 iter/sec (stddev: 0.000009054431622208955) 671.4704107501925 iter/sec (stddev: 0.000005099229842222445) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.49224156617073 iter/sec (stddev: 0.0022343947081779) 11.260588999025765 iter/sec (stddev: 0.00533371790562023) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 68.19261648263893 iter/sec (stddev: 0.0029926228347714624) 64.85162321505133 iter/sec (stddev: 0.004226315288597885) 0.95
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 21943.129989833607 iter/sec (stddev: 4.06657109090915e-7) 21313.554354890242 iter/sec (stddev: 6.984800794740282e-7) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1644.018124969954 iter/sec (stddev: 0.00005132817413942523) 1601.3526946482743 iter/sec (stddev: 0.000060596859116476006) 0.97
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 117.1491000351371 iter/sec (stddev: 0.0028067611608383076) 106.53824461430723 iter/sec (stddev: 0.004489101058646357) 0.91
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 95.96301355146049 iter/sec (stddev: 0.0026317715365093185) 86.51363437142294 iter/sec (stddev: 0.004115509393244467) 0.90

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

@kayjan kayjan merged commit a589ef6 into master Feb 9, 2025
6 checks passed
@kayjan kayjan deleted the feature/add-cmap-to-pillow-graph branch February 9, 2025 15:13
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