Skip to content

Commit

Permalink
Limit GO benachmarking to ubuntu-x86 platform with latest engine and …
Browse files Browse the repository at this point in the history
…lang versions

Signed-off-by: ikolomi <[email protected]>
  • Loading branch information
ikolomi committed Feb 4, 2025
1 parent 776d52b commit 40aeb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
make -k unit-test integ-test
- uses: ./.github/workflows/test-benchmark
if: ${{ matrix.engine.version == '8.0' && matrix.host.OS == 'ubuntu' && matrix.host.RUNNER == 'ubuntu-latest' && matrix.go == '1.22.0' }}
with:
language-flag: -go

Expand Down

0 comments on commit 40aeb11

Please sign in to comment.