diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0c099fdf..ed77771a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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