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

Mkdocs with jupyter notebook #314

Merged
merged 2 commits into from
Nov 3, 2024
Merged

Mkdocs with jupyter notebook #314

merged 2 commits into from
Nov 3, 2024

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Nov 3, 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 documentation Improvements or additions to documentation label Nov 3, 2024
Copy link
Contributor

github-actions bot commented Nov 3, 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% (2374 / 2374) 100% (1004 / 1004) 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: ee567e1 Previous: b039e31 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15836.265681832176 iter/sec (stddev: 0.0000025290381133322257) 15147.544658748859 iter/sec (stddev: 0.000005510200304291531) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 712.433260587761 iter/sec (stddev: 0.000015966400408943973) 660.5417492602311 iter/sec (stddev: 0.000014855111392129588) 0.93
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 12.379120465063151 iter/sec (stddev: 0.002912785458716773) 11.91755363223454 iter/sec (stddev: 0.0028870843899611027) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 67.55953163517134 iter/sec (stddev: 0.003791323420066019) 68.54674296997328 iter/sec (stddev: 0.003210130153456762) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 9512.847099944542 iter/sec (stddev: 0.00008751690925135047) 9563.26482194423 iter/sec (stddev: 0.00008646035029940664) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1770.4468687561243 iter/sec (stddev: 0.000005549161886888001) 1653.3925424240706 iter/sec (stddev: 0.0000017788685301569692) 0.93
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 113.96715459766149 iter/sec (stddev: 0.0036266368365137696) 114.98061441214391 iter/sec (stddev: 0.0034168087681844036) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 92.3016070757412 iter/sec (stddev: 0.0034645480925655824) 93.77049544650482 iter/sec (stddev: 0.003199627001460967) 1.02

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

@kayjan kayjan merged commit 590e1b4 into master Nov 3, 2024
6 checks passed
@kayjan kayjan deleted the feature/mkdoc-jupyter branch November 3, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant