mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 09:58:21 +00:00
perf(ecstore): reduce inline GET fixed costs (#5985)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user