We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTFLAGS: "-C debuginfo=1 -C strip=none"
1 parent cb2a016 commit 6d9e761Copy full SHA for 6d9e761
.github/workflows/benchmark.yml
@@ -21,20 +21,21 @@ jobs:
21
name: Benchmark
22
runs-on: ubuntu-latest
23
steps:
24
- - name: Checkout Branch
25
- uses: taiki-e/checkout-action@v1
+ - uses: taiki-e/checkout-action@v1
26
27
- uses: Boshen/setup-rust@main
28
with:
29
cache-key: benchmark
30
save-cache: ${{ github.ref_name == 'main' }}
31
tools: cargo-codspeed
+
32
- uses: ./.github/actions/pnpm
33
- - name: Build Benchmark
34
- run: cargo codspeed build --features codspeed
35
36
- - name: Run benchmark
37
- uses: CodSpeedHQ/action@v3
+ - run: cargo codspeed build --features codspeed
+ env:
+ RUSTFLAGS: "-C debuginfo=1 -C strip=none"
38
+ - uses: CodSpeedHQ/action@v3
39
timeout-minutes: 30
40
41
run: cargo codspeed run
0 commit comments