Enhance search for bigtree studio#458
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Allow query by name, regex, or query (via lark)
Testing
Additional notes
Checklist
I have read through the contributing guidelines and ensured that
Checklist (for reviewer)