Skip to content

perf(evaluate): optimize reference product evaluation with concurrency #19

perf(evaluate): optimize reference product evaluation with concurrency

perf(evaluate): optimize reference product evaluation with concurrency #19

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
verify:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.11", "3.13"]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -e .
- run: python -m unittest discover -s tests -v
- run: python -m unittest discover -s tests -p test_reference_product.py -v
- run: python -m cas_evals.cli benchmarks/v0.2/golden.json
- run: python -m cas_evals.cli benchmarks/v0.2/adversarial.json
- run: python -m cas_evals.release --check