Skip to content

Checks: Remove mentions of cost model term #74

Checks: Remove mentions of cost model term

Checks: Remove mentions of cost model term #74

Workflow file for this run

# IMPORTANT NOTE: The results of these benchmarks are not representative. This
# is simply a smoke test to check everything compiles and runs.
on:
push:
paths:
- '.github/workflows/**'
- 'Benchmark/**'
- '**/*.c'
- '**/*.cpp'
- '**/*.h'
- '**/*.f'
- '**/*.F'
- '**/*.f90'
- '**/*.F90'
jobs:
compile-and-run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, macos-14, windows-2022]
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run build and benchmark script
run: python Benchmark/run-benchmarks.py -- -G"Unix Makefiles"
working-directory: ${{ github.workspace }}