Skip to content

Add very simple benchmarking against reactor-c #198

Add very simple benchmarking against reactor-c

Add very simple benchmarking against reactor-c #198

Workflow file for this run

name: "Platform: POSIX"
on:
pull_request:
jobs:
ci:
name: Build examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build and run Posix examples
working-directory: ${{ github.workspace }}/examples/posix
run: ./buildAll.sh