Skip to content

ci/cd: use matrix for multiplatform benchmarks #6

ci/cd: use matrix for multiplatform benchmarks

ci/cd: use matrix for multiplatform benchmarks #6

Workflow file for this run

name: benchmarks
on:
push:
branches:
- "*"
jobs:
benchmarks:
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
container: rust:latest
strategy:
fail-fast: false
matrix:
arch:
- amd64
- arm64
steps:
- uses: actions/checkout@v4
- run: |
apt update && apt upgrade -y && apt install -y lld
cargo --version
- run: make bench