This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 9f7d4cf [BUG] fix bugs with string type (#6538) add 4dd610c [Feature] Support for storage layer benchmark (#6506) No new revisions were added by this update. Summary of changes: be/CMakeLists.txt | 5 + be/test/olap/tablet_schema_helper.h | 61 ++- be/test/test_util/test_util.cpp | 35 +- be/test/test_util/test_util.h | 12 + be/test/{env => tools}/CMakeLists.txt | 4 +- be/test/tools/benchmark_tool.cpp | 632 +++++++++++++++++++++++++++ docs/.vuepress/sidebar/en.js | 1 + docs/.vuepress/sidebar/zh-CN.js | 1 + docs/en/developer-guide/benchmark-tool.md | 151 +++++++ docs/zh-CN/developer-guide/benchmark-tool.md | 150 +++++++ run-be-ut.sh | 2 +- thirdparty/build-thirdparty.sh | 16 + thirdparty/vars.sh | 10 +- 13 files changed, 1072 insertions(+), 8 deletions(-) copy be/test/{env => tools}/CMakeLists.txt (88%) create mode 100644 be/test/tools/benchmark_tool.cpp create mode 100644 docs/en/developer-guide/benchmark-tool.md create mode 100644 docs/zh-CN/developer-guide/benchmark-tool.md --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org