mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
fix: keep hotpath gate csv paths clean
Redirect the enhanced bench driver's verbose output away from command substitution so run_hotpath_warp_ab.sh records only the candidate cell path before passing baseline_compare.csv files to the gate. Co-Authored-By: heihutu <heihutu@gmail.com>
This commit is contained in:
@@ -337,7 +337,7 @@ measure() {
|
|||||||
)
|
)
|
||||||
[[ -n "$COOLDOWN_SECS" ]] && args+=(--cooldown-secs "$COOLDOWN_SECS")
|
[[ -n "$COOLDOWN_SECS" ]] && args+=(--cooldown-secs "$COOLDOWN_SECS")
|
||||||
[[ -n "$baseline_csv" ]] && args+=(--baseline-csv "$baseline_csv")
|
[[ -n "$baseline_csv" ]] && args+=(--baseline-csv "$baseline_csv")
|
||||||
run "$ENHANCED_BENCH" "${args[@]}"
|
run "$ENHANCED_BENCH" "${args[@]}" >&2
|
||||||
echo "$cell"
|
echo "$cell"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user