8000 chore: fix benchmark_authz.sh script · coder/coder@ca7deed · GitHub
[go: up one dir, main page]

Skip to content

Commit ca7deed

Browse files
committed
chore: fix benchmark_authz.sh script
1 parent 92e4c8c commit ca7deed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/rbac/scripts/benchmark_authz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function run_benchmarks() {
4646
for bench in "${BENCHMARKS[@]}"; do
4747
local output_file="${output_file_prefix}_${bench}.txt"
4848
echo "Running benchmark $bench on $branch..."
49-
GOMAXPROCS=$GOMAXPROCS go test -timeout $TIMEOUT -bench="^${bench}$" -run=^$ -benchtime=$BENCHTIME -count=$COUNT ./.. | tee "$output_file"
49+
GOMAXPROCS=$GOMAXPROCS go test -timeout $TIMEOUT -bench="^${bench}$" -run=^$ -benchtime=$BENCHTIME -count=$COUNT | tee "$output_file"
5050
done
5151
}
5252

0 commit comments

Comments
 (0)
0