Skip to content

Added benchmark

Added benchmark #30

Workflow file for this run

name: code-style
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clang-format library scripts.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: 'cpp'