mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat(cli): add --parameter flag to exp scaletest command (#10132)
This commit is contained in:
@ -17,6 +17,9 @@ fi
|
||||
if [[ ${1:-} == wsproxy ]] && [[ ${2:-} == server ]]; then
|
||||
BINARY_TYPE=coder
|
||||
fi
|
||||
if [[ ${1:-} == exp ]] && [[ ${2:-} == scaletest ]]; then
|
||||
BINARY_TYPE=coder
|
||||
fi
|
||||
RELATIVE_BINARY_PATH="build/${BINARY_TYPE}_${GOOS}_${GOARCH}"
|
||||
|
||||
# To preserve the CWD when running the binary, we need to use pushd and popd to
|
||||
|
Reference in New Issue
Block a user