clintropolis opened a new pull request #10401:
URL: https://github.com/apache/druid/pull/10401
### Description
TBD
```
Benchmark (query) (rowsPerSegment) (vectorize)
Mode Cnt Score Error Units
SqlExpressionBenchmark.querySql 7 5000000 false
avgt 5 295.973 ± 20.824 ms/op
SqlExpressionBenchmark.querySql 7 5000000 force
avgt 5 62.102 ± 7.447 ms/op
SqlExpressionBenchmark.querySql 8 5000000 false
avgt 5 542.362 ± 39.372 ms/op
SqlExpressionBenchmark.querySql 8 5000000 force
avgt 5 102.228 ± 8.420 ms/op
SqlExpressionBenchmark.querySql 9 5000000 false
avgt 5 705.915 ± 11.720 ms/op
SqlExpressionBenchmark.querySql 9 5000000 force
avgt 5 105.604 ± 2.613 ms/op
SqlExpressionBenchmark.querySql 10 5000000 false
avgt 5 1002.108 ± 16.323 ms/op
SqlExpressionBenchmark.querySql 10 5000000 force
avgt 5 189.578 ± 19.048 ms/op
SqlExpressionBenchmark.querySql 11 5000000 false
avgt 5 917.777 ± 10.943 ms/op
SqlExpressionBenchmark.querySql 11 5000000 force
avgt 5 133.765 ± 12.261 ms/op
```
```
Benchmark
(expression) (rowsPerSegment) (vectorize) Mode Cnt Score Error
Units
ExpressionVectorSelectorBenchmark.scan
long1 * long2 1000000 false avgt 5 73.194 ± 24.618
ms/op
ExpressionVectorSelectorBenchmark.scan
long1 * long2 1000000 true avgt 5 9.943 ± 4.011
ms/op
ExpressionVectorSelectorBenchmark.scan
double1 * double3 1000000 false avgt 5 87.064 ±
13.787 ms/op
ExpressionVectorSelectorBenchmark.scan
double1 * double3 1000000 true avgt 5 6.648 ±
0.914 ms/op
ExpressionVectorSelectorBenchmark.scan
float1 + float3 1000000 false avgt 5 69.627 ± 20.911
ms/op
ExpressionVectorSelectorBenchmark.scan
float1 + float3 1000000 true avgt 5 4.961 ± 0.665
ms/op
ExpressionVectorSelectorBenchmark.scan (long1 -
long4) / double3 1000000 false avgt 5 138.942 ± 39.220
ms/op
ExpressionVectorSelectorBenchmark.scan (long1 -
long4) / double3 1000000 true avgt 5 24.474 ± 7.421
ms/op
ExpressionVectorSelectorBenchmark.scan
max(double3, double5) 1000000 false avgt 5 97.063 ±
6.140 ms/op
ExpressionVectorSelectorBenchmark.scan
max(double3, double5) 1000000 true avgt 5 23.053 ±
4.847 ms/op
ExpressionVectorSelectorBenchmark.scan
min(double4, double1) 1000000 false avgt 5 75.836 ±
5.153 ms/op
ExpressionVectorSelectorBenchmark.scan
min(double4, double1) 1000000 true avgt 5 18.574 ±
2.189 ms/op
```
<hr>
This PR has:
- [ ] been self-reviewed.
- [ ] using the [concurrency
checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md)
(Remove this item if the PR doesn't have any relation to concurrency.)
- [ ] added documentation for new or modified features or behaviors.
- [ ] added Javadocs for most classes and all non-trivial methods. Linked
related entities via Javadoc links.
- [ ] added or updated version, license, or notice information in
[licenses.yaml](https://github.com/apache/druid/blob/master/licenses.yaml)
- [ ] added comments explaining the "why" and the intent of the code
wherever would not be obvious for an unfamiliar reader.
- [ ] added unit tests or modified existing tests to cover new code paths,
ensuring the threshold for [code
coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md)
is met.
- [ ] added integration tests.
- [ ] been tested in a test Druid cluster.
<!-- Check the items by putting "x" in the brackets for the done things. Not
all of these items apply to every PR. Remove the items which are not done or
not relevant to the PR. None of the items from the checklist above are strictly
necessary, but it would be very helpful if you at least self-review the PR. -->
<hr>
##### Key changed/added classes in this PR
* `MyFoo`
* `OurBar`
* `TheirBaz`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]