Skip to content

Refactor LSP boundary with extension traits #100

Refactor LSP boundary with extension traits

Refactor LSP boundary with extension traits #100

Workflow file for this run

name: bench
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
benchmarks:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8
with:
toolchain: stable
- run: cargo install cargo-codspeed --locked
- name: Build the benchmark target(s)
run: cargo codspeed build
- name: Run the benchmarks
uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1
with:
mode: instrumentation
run: cargo codspeed run