8000
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 92e4c8c commit ca7deedCopy full SHA for ca7deed
coderd/rbac/scripts/benchmark_authz.sh
@@ -46,7 +46,7 @@ function run_benchmarks() {
46
for bench in "${BENCHMARKS[@]}"; do
47
local output_file="${output_file_prefix}_${bench}.txt"
48
echo "Running benchmark $bench on $branch..."
49
- GOMAXPROCS=$GOMAXPROCS go test -timeout $TIMEOUT -bench="^${bench}$" -run=^$ -benchtime=$BENCHTIME -count=$COUNT ./.. | tee "$output_file"
+ GOMAXPROCS=$GOMAXPROCS go test -timeout $TIMEOUT -bench="^${bench}$" -run=^$ -benchtime=$BENCHTIME -count=$COUNT | tee "$output_file"
50
done
51
}
52
0 commit comments