This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 87c0252035a [fix](microbench) fix microbench disk info includes 
(#64874)
87c0252035a is described below

commit 87c0252035a7ea7f348afcbd668e91c0323106f8
Author: chunping <[email protected]>
AuthorDate: Fri Jun 26 17:32:36 2026 +0800

    [fix](microbench) fix microbench disk info includes (#64874)
---
 be/src/io/tools/file_cache_microbench.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/be/src/io/tools/file_cache_microbench.cpp 
b/be/src/io/tools/file_cache_microbench.cpp
index 48514efed5a..c2112de150b 100644
--- a/be/src/io/tools/file_cache_microbench.cpp
+++ b/be/src/io/tools/file_cache_microbench.cpp
@@ -60,6 +60,9 @@
 #include "rapidjson/writer.h"
 #include "runtime/memory/mem_tracker_limiter.h"
 #include "runtime/thread_context.h"
+#include "util/cpu_info.h"
+#include "util/disk_info.h"
+#include "util/mem_info.h"
 #ifdef __clang__
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wkeyword-macro"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to