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

Clean print kwargs #287

Merged
merged 3 commits into from
Aug 23, 2024
Merged

Clean print kwargs #287

merged 3 commits into from
Aug 23, 2024

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Aug 23, 2024

No description provided.

@kayjan kayjan added the enhancement New feature or request label Aug 23, 2024
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% (2344 / 2344) 100% (1157 / 1157) 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: d86f585 Previous: 61e6e54 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 14995.12283591571 iter/sec (stddev: 0.0000035364531441880597) 15470.356862484663 iter/sec (stddev: 0.0000025842631527391503) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 668.1154527555108 iter/sec (stddev: 0.000004301471971499307) 675.7220630820663 iter/sec (stddev: 0.000018780473265993208) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 12.34932582924755 iter/sec (stddev: 0.00022884153328070125) 12.413948410504275 iter/sec (stddev: 0.0006146013043049558) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 55.17241287990849 iter/sec (stddev: 0.0002547490772154712) 61.7160027169602 iter/sec (stddev: 0.00038652761827792013) 1.12
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 21620.82691002684 iter/sec (stddev: 7.912524867931351e-7) 22312.8122398004 iter/sec (stddev: 0.000003015810421582395) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1521.5844746054936 iter/sec (stddev: 0.00007510824590071093) 1544.9693057089128 iter/sec (stddev: 0.00004327161160598745) 1.02
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 148.89386708915308 iter/sec (stddev: 0.00034951135610109067) 153.8106212263411 iter/sec (stddev: 0.00001322006838060517) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 69.91056219435342 iter/sec (stddev: 0.00022197022313398188) 77.64662581113677 iter/sec (stddev: 0.00039789351125772964) 1.11

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

@kayjan kayjan merged commit 91781c8 into master Aug 23, 2024
6 checks passed
@kayjan kayjan deleted the feature/clean-print-kwargs branch August 23, 2024 17:17
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