dsv4_h200_vllm_tp_dp_matrix: export CONCURRENCY_SAMPLES so generate_scenarios.py sees it
This commit is contained in:
parent
0ae1ea0a9f
commit
31731ebb75
@ -30,9 +30,10 @@ declare -a PARALLEL_CONFIGS=(
|
|||||||
MATRIX_FILE="${MATRIX_FILE:-${SCRIPT_DIR:-.}/matrix.json}"
|
MATRIX_FILE="${MATRIX_FILE:-${SCRIPT_DIR:-.}/matrix.json}"
|
||||||
MATRIX_MODE="${MATRIX_MODE:-Y}"
|
MATRIX_MODE="${MATRIX_MODE:-Y}"
|
||||||
|
|
||||||
# Sampling density for concurrency. 0 means use the default heuristic in
|
# Sampling density for concurrency.
|
||||||
# generate_scenarios.py (6-8 points, or all integers when range is small).
|
# 0 = use the default heuristic in generate_scenarios.py (6-8 points).
|
||||||
CONCURRENCY_SAMPLES="${CONCURRENCY_SAMPLES:-0}"
|
# 2 = only test the two endpoints (low and high).
|
||||||
|
export CONCURRENCY_SAMPLES="${CONCURRENCY_SAMPLES:-2}"
|
||||||
|
|
||||||
# Per-scenario timeout to avoid hangs (seconds).
|
# Per-scenario timeout to avoid hangs (seconds).
|
||||||
SCENARIO_TIMEOUT_S="${SCENARIO_TIMEOUT_S:-1800}"
|
SCENARIO_TIMEOUT_S="${SCENARIO_TIMEOUT_S:-1800}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user