Skip to content

Add a Cryo-NIRSP Plotting Example #968

Add a Cryo-NIRSP Plotting Example

Add a Cryo-NIRSP Plotting Example #968

Workflow file for this run

name: codspeed-benchmarks
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install .[tests] pytest-codspeed
- name: Run benchmarks
uses: CodspeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: "pytest -vvv -r fEs --pyargs dkist --codspeed --remote-data=any"