Skip to content

Commit

Permalink
chore: add verbose flag to benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 11, 2024
1 parent 78da7fc commit 49eeb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cd "$d"
echo "Bench dir: $d"
go test ./... -benchmem -run=^$ -bench . | tee -a ../output.txt
go test ./... -v -benchmem -run=^$ -bench . | tee -a ../output.txt
cd ..
done
shell: bash
Expand Down

0 comments on commit 49eeb1d

Please sign in to comment.