We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3945c commit 54830ccCopy full SHA for 54830cc
scaletest/templates/scaletest-runner/scripts/run.sh
@@ -49,7 +49,6 @@ for scenario in "${SCALETEST_PARAM_LOAD_SCENARIOS[@]}"; do
49
;;
50
"Dashboard Traffic")
51
coder exp scaletest dashboard \
52
- --count "${SCALETEST_PARAM_NUM_WORKSPACES}" \
53
--timeout "${SCALETEST_PARAM_LOAD_SCENARIO_DASHBOARD_TRAFFIC_DURATION}m" \
54
--job-timeout "${SCALETEST_PARAM_LOAD_SCENARIO_DASHBOARD_TRAFFIC_DURATION}m30s" \
55
--output json:"${SCALETEST_RESULTS_DIR}/traffic-dashboard.json" \
0 commit comments