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

Fix playground #264

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Fix playground #264

merged 2 commits into from
Jun 25, 2024

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Jun 25, 2024

No description provided.

@kayjan kayjan merged commit 91e0d16 into master Jun 25, 2024
5 checks passed
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.utils 100% 100% 0
Summary 100% (2343 / 2343) 100% (1155 / 1155) 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: 3810207 Previous: 67e522e Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 16951.537250177997 iter/sec (stddev: 0.000005081552174747107) 18240.918758402455 iter/sec (stddev: 0.000005553333815986067) 1.08
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 639.9688923921966 iter/sec (stddev: 0.000004523291370279524) 630.9854690037631 iter/sec (stddev: 0.000010595217299789764) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.047599419506845 iter/sec (stddev: 0.002526425495458231) 11.18900682585678 iter/sec (stddev: 0.0039575688912279255) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 70.01309468912088 iter/sec (stddev: 0.0026213967243946304) 64.90723406181975 iter/sec (stddev: 0.0016748275246542268) 0.93
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22195.538252584603 iter/sec (stddev: 2.1538472478054073e-7) 22479.79066816687 iter/sec (stddev: 0.0000018766613967915854) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1603.2215775678221 iter/sec (stddev: 0.000026697099367160447) 1575.5605352006205 iter/sec (stddev: 0.00003501119018800011) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 125.28402671883079 iter/sec (stddev: 0.00239553946457197) 120.00866702594539 iter/sec (stddev: 0.002783214010050421) 0.96
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 91.45844729722333 iter/sec (stddev: 0.0034774092335445065) 96.0598128336 iter/sec (stddev: 0.0027656634783204018) 1.05

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

@kayjan kayjan deleted the fix-playground branch June 26, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant