ci: add timeout to benchmark

This commit is contained in:
Boshen 2023-11-16 10:54:38 +08:00
parent 5cafe24bea
commit a5734db437
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -44,6 +44,7 @@ jobs:
- name: Run benchmark - name: Run benchmark
uses: CodSpeedHQ/action@v1 uses: CodSpeedHQ/action@v1
timeout-minutes: 30
with: with:
run: cargo codspeed run run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }} token: ${{ secrets.CODSPEED_TOKEN }}