Skip to content

[CI][Bench] Use new version of bench dashboard #487

[CI][Bench] Use new version of bench dashboard

[CI][Bench] Use new version of bench dashboard #487

Workflow file for this run

# Various non-standard tests, requiring e.g. longer run
name: Nightly
# This job is run at 04:00 UTC every day or on demand.
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
permissions:
contents: read
env:
BUILD_DIR : "${{github.workspace}}/build"
jobs:
Benchmarks:
uses: ./.github/workflows/reusable_benchmarks.yml
permissions:
contents: write
pull-requests: write
with:
pr_no: '0'
bench_script_params: '--save Baseline_PVC'