Remove criterion/codspeed compat layer (#12524)

This commit is contained in:
Micha Reiser
2024-07-26 12:22:16 +02:00
committed by GitHub
parent 9f72f474e6
commit 71f7aa4971
11 changed files with 25 additions and 52 deletions

View File

@@ -616,7 +616,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: "Build benchmarks"
run: cargo codspeed build --features codspeed -p ruff_benchmark
run: cargo codspeed build -p ruff_benchmark
- name: "Run benchmarks"
uses: CodSpeedHQ/action@v2