Skip to content

Commit

Permalink
Update .github/workflows/test_benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Nov 4, 2024
1 parent 9f3486c commit 4e0ff7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
run: cargo add --dev --rename criterion --features async,async_tokio codspeed-criterion-compat@2.7.2
- name: Build the benchmark targets
working-directory: core
run: cargo codspeed build --features tests
env:
OPENDAL_TEST: memory
run: cargo codspeed build --features tests,services-memory
- name: Run the benchmarks
uses: CodSpeedHQ/action@v3
env:
OPENDAL_TEST: memory
with:
working-directory: core
run: cargo codspeed run
Expand Down

0 comments on commit 4e0ff7e

Please sign in to comment.