perf(ecstore): reduce inline GET fixed costs (#5985)

This commit is contained in:
houseme
2026-08-12 19:29:46 +08:00
committed by GitHub
parent 270a003c55
commit 848b330825
5 changed files with 96 additions and 43 deletions
+1
View File
@@ -988,6 +988,7 @@ trace_hot_spans=(
"crates/ecstore/src/core/sets.rs:list_objects_v2"
"crates/ecstore/src/set_disk/ops/list.rs:list_objects_v2"
"rustfs/src/app/bucket_usecase.rs:execute_list_objects_v2"
"rustfs/src/app/object_usecase.rs:execute_get_object"
)
for hot_span in "${trace_hot_spans[@]}"; do