mirror of https://github.com/jackc/pgx.git
decrease number of samples in go benchmark
parent
ea1e13a660
commit
4293b25262
|
@ -48,7 +48,7 @@ for i in "${!commits[@]}"; do
|
|||
# Benchmark data will go there
|
||||
bench_file="${benchmarks_dir}/${i}_${commit_message}.bench"
|
||||
|
||||
if ! go test -bench=. -count=25 >"$bench_file"; then
|
||||
if ! go test -bench=. -count=10 >"$bench_file"; then
|
||||
echo "Benchmarking failed for commit $commit"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue