Skip to content

Fix an issue with maxSlack boundary updates. (#124) #35

Fix an issue with maxSlack boundary updates. (#124)

Fix an issue with maxSlack boundary updates. (#124) #35

Workflow file for this run

name: benchmark
on:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
cache-dependency-path: '**/go.sum'
- name: Benchmark
run: make bench