(Single-card) Device perf regressions #4629
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "(Single-card) Device perf regressions" | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 2,7,10,14,17,20,23 * * *" | ||
workflow_call: | ||
jobs: | ||
build-artifact-profiler: | ||
uses: ./.github/workflows/build-artifact.yaml | ||
with: | ||
tracy: true | ||
os: "ubuntu-20.04-amd64" | ||
secrets: inherit | ||
device-perf: | ||
needs: build-artifact-profiler | ||
secrets: inherit | ||
uses: ./.github/workflows/perf-device-models-impl.yaml | ||
Check failure on line 19 in .github/workflows/perf-device-models.yaml GitHub Actions / (Single-card) Device perf regressionsInvalid workflow file
Check failure on line 19 in .github/workflows/perf-device-models.yaml GitHub Actions / (Single-card) Device perf regressionsInvalid workflow file
|