Skip to content

Warn when ENIF ignores configured update strategies #6

Warn when ENIF ignores configured update strategies

Warn when ENIF ignores configured update strategies #6

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- "main"
workflow_dispatch:
workflow_call:
permissions:
contents: read
env:
UV_FROZEN: true
OMP_NUM_THREADS: 1
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: ./.github/actions/install_dependencies_qt
with:
os: ubuntu-latest
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.14'
- name: Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
enable-cache: true
prune-cache: false
python-version: '3.14'
- run: |
uv sync --group dev
uv pip uninstall pytest-benchmark
uv pip install pytest-codspeed
- uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0
with:
mode: simulation
token: ${{ secrets.CODSPEED_TOKEN }}
run: |
uv run pytest tests/ert/performance_tests --codspeed --timeout=1200 -m "not memory_test"