Skip to content

Add benchmark results #40

Add benchmark results

Add benchmark results #40

Workflow file for this run

name: Build & Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: threeal/cmake-action@v2
- name: Test
uses: threeal/ctest-action@v1