Skip to content

Deliver flat matches (#107) #90

Deliver flat matches (#107)

Deliver flat matches (#107) #90

Workflow file for this run

name: Benchmark
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.yaml'
workflow_dispatch:
jobs:
bench:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.work
- name: setup re2 for cgo
run: sudo apt-get update && sudo apt-get install -y libre2-dev
- run: go run mage benchall
- run: go run mage wafbenchall
- uses: actions/upload-artifact@v3
with:
name: results
path: build/*bench*.txt