wangbo closed pull request #40918: [Improment]Add CustomStdAllocator
URL: https://github.com/apache/doris/pull/40918
--
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.
To unsubscr
doris-robot commented on PR #40918:
URL: https://github.com/apache/doris/pull/40918#issuecomment-2357767106
ClickBench: Total hot run time: 32.12 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #40918:
URL: https://github.com/apache/doris/pull/40918#issuecomment-2357756450
TPC-DS: Total hot run time: 198706 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #40918:
URL: https://github.com/apache/doris/pull/40918#issuecomment-2357732160
TPC-H: Total hot run time: 41312 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #40918:
URL: https://github.com/apache/doris/pull/40918#issuecomment-2357726925
TeamCity be ut coverage result:
Function Coverage: 37.32% (9581/25676)
Line Coverage: 28.70% (79187/275886)
Region Coverage: 28.18% (41002/145508)
Branch Coverage: 24.8
wangbo commented on PR #40918:
URL: https://github.com/apache/doris/pull/40918#issuecomment-2357666781
run buildall
--
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.
To unsub
doris-robot commented on PR #40918:
URL: https://github.com/apache/doris/pull/40918#issuecomment-2357664972
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y
wangbo opened a new pull request, #40918:
URL: https://github.com/apache/doris/pull/40918
## Proposed changes
Add a custom allocator to instead of std::allocator, used for std::vector,
so that we can add std::vector's memory to thread context's memory tracker.
--
This is an aut