Skip to content

WIP CRL benchmarks

WIP CRL benchmarks #2

Workflow file for this run

name: Benchmarking
permissions:
contents: read
on:
pull_request:
push:
jobs:
linting:
runs-on: ubuntu-latest
name: Bench
steps:
- name: Check out source repository
uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo bench