From c7afdf3afe2f24949ad2027674afdab74e06ae5c Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Tue, 14 Mar 2023 12:04:08 +0100 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8057d3d64e..6c62b813bc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -17,12 +17,12 @@ jobs: Compare: runs-on: ubuntu-latest steps: + - name: Fetch Repository + uses: actions/checkout@v3 - name: Install Go uses: actions/setup-go@main with: go-version: 1.20.x - - name: Fetch Repository - uses: actions/checkout@v3 - name: Run Benchmark run: set -o pipefail; go test ./... -benchmem -run=^$ -bench . | tee output.txt - name: Get Previous Benchmark Results