Skip to content

Add regression test for high memory usage expression (#91) #78

Add regression test for high memory usage expression (#91)

Add regression test for high memory usage expression (#91) #78

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.go benchall
- run: go run mage.go wafbenchall
- uses: actions/upload-artifact@v3
with:
name: results
path: build/*bench*.txt