Skip to content

Enhance search for bigtree studio#458

Merged
kayjan merged 5 commits into
masterfrom
studio-search
Jun 25, 2026
Merged

Enhance search for bigtree studio#458
kayjan merged 5 commits into
masterfrom
studio-search

Conversation

@kayjan

@kayjan kayjan commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Description

Allow query by name, regex, or query (via lark)

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 Jun 23, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Benchmark

Details
Benchmark suite Current: 96d1f10 Previous: e0ed29b Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 19420.643367065983 iter/sec (stddev: 0.0000040647326206624115) 18266.074602651082 iter/sec (stddev: 0.000002652357536126058) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 1040.7203158349828 iter/sec (stddev: 0.000027579356498946586) 918.1546817032116 iter/sec (stddev: 0.000025686219512538776) 0.88
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 17.419276904303228 iter/sec (stddev: 0.00030802441129682543) 14.872119548087278 iter/sec (stddev: 0.00039098585582297667) 0.85
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 89.74829905545695 iter/sec (stddev: 0.0002491955312656759) 84.45422030196255 iter/sec (stddev: 0.00046497390316018345) 0.94
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 45165.69033831046 iter/sec (stddev: 0.0000034181541807096865) 41987.69760478561 iter/sec (stddev: 0.0000041500096989977806) 0.93
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions_config 33742.06218142148 iter/sec (stddev: 0.000017202069509565068) 33547.871974761874 iter/sec (stddev: 0.000014991017314157868) 0.99
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 4758.321292798194 iter/sec (stddev: 0.000005925766958055301) 4346.439005982855 iter/sec (stddev: 0.0000036058203193839875) 0.91
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions_config 2963.806879535011 iter/sec (stddev: 0.00018800286397681988) 4247.63003482828 iter/sec (stddev: 0.0000029414227880758636) 1.43
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 417.60357769354175 iter/sec (stddev: 0.00004729328142388079) 137.95907537842257 iter/sec (stddev: 0.006224149190897554) 0.33
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions_config 150.4144685723064 iter/sec (stddev: 0.005607539915465473) 374.4048740925905 iter/sec (stddev: 0.0002009167551204574) 2.49
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 209.0034113328184 iter/sec (stddev: 0.00028652560743334374) 194.7963069074414 iter/sec (stddev: 0.00025869494518617955) 0.93
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions_config 206.7612243638768 iter/sec (stddev: 0.0002905008203356375) 195.77723577283263 iter/sec (stddev: 0.0003953260772452638) 0.95

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

@kayjan kayjan enabled auto-merge (squash) June 23, 2026 18:17
@kayjan kayjan disabled auto-merge June 25, 2026 07:41
@kayjan kayjan merged commit ad76304 into master Jun 25, 2026
4 of 8 checks passed
@kayjan kayjan deleted the studio-search branch June 25, 2026 07:41
@github-actions

Copy link
Copy Markdown
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.tree.construct 100% 100% 0
bigtree.tree.export 100% 100% 0
bigtree.utils 100% 100% 0
Summary 100% (3256 / 3256) 100% (1170 / 1170) 0

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