Skip to content

Commit

Permalink
fix: correct job names in performance test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwikranjan committed Jan 30, 2025
1 parent 691c178 commit f6719cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
id-token: write

jobs:
perf_test-basic:
perf-test-basic:
name: Retina Basic Performance Test
runs-on: ubuntu-latest

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fi
go test -v ./test/e2e/. -timeout 2h -tags=perf -count=1 -args -image-tag=$TAG -image-registry=ghcr.io -image-namespace=${{ github.repository }} -retina-mode=basic
perf_test-advanced:
perf-test-advanced:
name: Retina Advanced Performance Test
runs-on: ubuntu-latest

Expand Down

0 comments on commit f6719cb

Please sign in to comment.