enable TTFT group skip for all add16 benchmarks
This commit is contained in:
parent
0591c401ab
commit
ff218bdeb3
@ -183,5 +183,8 @@ export SEARCH_ADDEND=16
|
||||
# If the initial concurrency violates the TTFT SLO, search downward. Stop at
|
||||
# the first acceptable value (16 -> 8; only try 1 when 8 still violates it).
|
||||
export SEARCH_INITIAL_BACKOFF_CONCURRENCIES="8 1"
|
||||
# When concurrency 1 still has a severely excessive TTFT, stop the remaining
|
||||
# shapes in this TP/DP group. Zero disables this rule.
|
||||
export TTFT_GROUP_SKIP_MS="${TTFT_GROUP_SKIP_MS:-8000}"
|
||||
|
||||
adaptive_main "$@"
|
||||
|
||||
@ -183,5 +183,8 @@ export SEARCH_ADDEND=16
|
||||
# If the initial concurrency violates the TTFT SLO, search downward. Stop at
|
||||
# the first acceptable value (16 -> 8; only try 1 when 8 still violates it).
|
||||
export SEARCH_INITIAL_BACKOFF_CONCURRENCIES="8 1"
|
||||
# When concurrency 1 still has a severely excessive TTFT, stop the remaining
|
||||
# shapes in this TP/DP group. Zero disables this rule.
|
||||
export TTFT_GROUP_SKIP_MS="${TTFT_GROUP_SKIP_MS:-8000}"
|
||||
|
||||
adaptive_main "$@"
|
||||
|
||||
@ -166,5 +166,8 @@ export SEARCH_ADDEND=16
|
||||
# If the initial concurrency violates the TTFT SLO, search downward. Stop at
|
||||
# the first acceptable value (16 -> 8; only try 1 when 8 still violates it).
|
||||
export SEARCH_INITIAL_BACKOFF_CONCURRENCIES="8 1"
|
||||
# When concurrency 1 still has a severely excessive TTFT, stop the remaining
|
||||
# shapes in this TP/DP group. Zero disables this rule.
|
||||
export TTFT_GROUP_SKIP_MS="${TTFT_GROUP_SKIP_MS:-8000}"
|
||||
|
||||
adaptive_main "$@"
|
||||
|
||||
@ -151,5 +151,8 @@ export SEARCH_ADDEND=16
|
||||
# If the initial concurrency violates the TTFT SLO, search downward. Stop at
|
||||
# the first acceptable value (16 -> 8; only try 1 when 8 still violates it).
|
||||
export SEARCH_INITIAL_BACKOFF_CONCURRENCIES="8 1"
|
||||
# When concurrency 1 still has a severely excessive TTFT, stop the remaining
|
||||
# shapes in this TP/DP group. Zero disables this rule.
|
||||
export TTFT_GROUP_SKIP_MS="${TTFT_GROUP_SKIP_MS:-8000}"
|
||||
|
||||
adaptive_main "$@"
|
||||
|
||||
@ -183,5 +183,8 @@ export SEARCH_ADDEND=16
|
||||
# If the initial concurrency violates the TTFT SLO, search downward. Stop at
|
||||
# the first acceptable value (16 -> 8; only try 1 when 8 still violates it).
|
||||
export SEARCH_INITIAL_BACKOFF_CONCURRENCIES="8 1"
|
||||
# When concurrency 1 still has a severely excessive TTFT, stop the remaining
|
||||
# shapes in this TP/DP group. Zero disables this rule.
|
||||
export TTFT_GROUP_SKIP_MS="${TTFT_GROUP_SKIP_MS:-8000}"
|
||||
|
||||
adaptive_main "$@"
|
||||
|
||||
@ -166,5 +166,8 @@ export SEARCH_ADDEND=16
|
||||
# If the initial concurrency violates the TTFT SLO, search downward. Stop at
|
||||
# the first acceptable value (16 -> 8; only try 1 when 8 still violates it).
|
||||
export SEARCH_INITIAL_BACKOFF_CONCURRENCIES="8 1"
|
||||
# When concurrency 1 still has a severely excessive TTFT, stop the remaining
|
||||
# shapes in this TP/DP group. Zero disables this rule.
|
||||
export TTFT_GROUP_SKIP_MS="${TTFT_GROUP_SKIP_MS:-8000}"
|
||||
|
||||
adaptive_main "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user