Skip to content

chore(deps): bump regex from 1.11.0 to 1.11.1 #195

chore(deps): bump regex from 1.11.0 to 1.11.1

chore(deps): bump regex from 1.11.0 to 1.11.1 #195

Workflow file for this run

name: Benchmark
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run benchmarks
run: cargo bench --verbose --features=bench
- name: Upload benchmark results
uses: actions/upload-artifact@v4
with:
path: target/criterion/
name: benchmark-results