Skip to content

Commit

Permalink
build: v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan authored Mar 14, 2024
1 parent 2a2dcd8 commit d54b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.16.3"
__version__ = "0.16.4"

from bigtree.binarytree.construct import list_to_binarytree
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag
Expand Down

1 comment on commit d54b1df

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d54b1df Previous: 1269263 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15236.00572859564 iter/sec (stddev: 0.00000884463304121074) 15436.076890304244 iter/sec (stddev: 0.0000055752541265092595) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 687.3545020889121 iter/sec (stddev: 0.000029165679846954946) 677.7356486006063 iter/sec (stddev: 0.00000341327514426936) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 11.713381338670674 iter/sec (stddev: 0.0004072841014469043) 11.887340709768216 iter/sec (stddev: 0.000052108678605269555) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 65.9332267707349 iter/sec (stddev: 0.0001888134911834844) 64.90656378855316 iter/sec (stddev: 0.0004672135931808385) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 22451.47674620705 iter/sec (stddev: 0.000002713168717305624) 22698.229311237006 iter/sec (stddev: 0.0000025935262510830523) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1675.9063573953833 iter/sec (stddev: 0.000010335709110222064) 1649.6967857312832 iter/sec (stddev: 0.00000695312240128807) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 133.71288538124412 iter/sec (stddev: 0.001750718608467575) 119.59906399140675 iter/sec (stddev: 0.0029335646400105407) 0.89
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 104.03890688899713 iter/sec (stddev: 0.0015457201501683324) 100.24871153965094 iter/sec (stddev: 0.0021191774564596434) 0.96

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

Please sign in to comment.