Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 4, 2024
1 parent 2a37134 commit 3fd4514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm i

- name: Install Wrk
run: apt-get update && sudo apt-get install -y wrk
run: sudo apt-get update && sudo apt-get install -y wrk

- name: Run Cargo Build
run: cargo run

0 comments on commit 3fd4514

Please sign in to comment.