diff --git a/.github/workflows/benchmark-master-push.yml b/.github/workflows/benchmark-master-push.yml index 7067395bc59..49acab52076 100644 --- a/.github/workflows/benchmark-master-push.yml +++ b/.github/workflows/benchmark-master-push.yml @@ -21,11 +21,11 @@ jobs: if: ${{ github.repository == 'gnolang/gno' }} runs-on: [self-hosted, Linux, X64, benchmarks] steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 1 - + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 1 + - uses: actions/setup-go@v5 with: go-version: "1.22.x" @@ -40,7 +40,7 @@ jobs: with: path: ./cache key: ${{ runner.os }}-benchmark - + - name: Store benchmark results into `gh-benchmarks` branch uses: benchmark-action/github-action-benchmark@v1 # see https://github.com/benchmark-action/github-action-benchmark?tab=readme-ov-file#action-inputs @@ -52,7 +52,7 @@ jobs: external-data-json-path: ./cache/benchmark-data.json max-items-in-chart: 100 # Show alert with commit comment on detecting possible performance regression - alert-threshold: '100%' + alert-threshold: '120%' fail-on-alert: true comment-on-alert: true alert-comment-cc-users: '@ajnavarro,@thehowl,@zivkovicmilos'