mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
- Adds a convenience script `scaletest.sh` to automate process of running scale tests - Enables pprof endpoint by default, and captures pprof traces before tearing down infra. - Improves idempotency of coder_init.sh - Removes the promtest.Float64 invocations in workspacetraffic runner, these metrics will be in prometheus. - Increases default workspace traffic output to 40KB/s/workspace.
5 lines
221 B
Smarty
5 lines
221 B
Smarty
name = "${SCALETEST_NAME}"
|
|
project_id = "${SCALETEST_PROJECT}"
|
|
prometheus_remote_write_user = "${SCALETEST_PROMETHEUS_REMOTE_WRITE_USER}"
|
|
prometheus_remote_write_password = "${SCALETEST_PROMETHEUS_REMOTE_WRITE_PASSWORD}"
|