Skip to content

Commit

Permalink
feat: add baseline performance in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent c23a9ca commit dd35a91
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/baseline-performance-staging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run Baseline Performance (Staging)

on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"

jobs:
run-perf-test:
uses: ./.github/workflows/run-performance-test.yaml
permissions:
id-token: write
contents: read
secrets:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
ARTILLERY_CLOUD_API_KEY: ${{ secrets.ARTILLERY_CLOUD_API_KEY }}
with:
ENVIRONMENT: staging
TEST_TYPE: baseline
VERSION: ${{ github.sha }}

0 comments on commit dd35a91

Please sign in to comment.