Skip to content

Commit

Permalink
add codspeed profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 2, 2023
1 parent 22a5db3 commit a923b84
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,17 @@ jobs:
- uses: Swatinem/rust-cache@v2

- run: python benches/generate_big.py
- run: cargo bench

- run: cargo install cargo-codspeed

- name: Build the benchmark target(s)
run: cargo codspeed build

- name: Run the benchmarks
uses: CodSpeedHQ/action@v1
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}

fuzz:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a923b84

Please sign in to comment.