Skip to content

Add memory benchmarking with valgrind massif #97

Add memory benchmarking with valgrind massif

Add memory benchmarking with valgrind massif #97

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
name: Build and Test
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
run: make
- name: Test
run: make test