Skip to content

Commit a9cfe72

Browse files
committed
test: perf with tokio async
1 parent 77ff0a6 commit a9cfe72

File tree

5 files changed

+24165
-314
lines changed

5 files changed

+24165
-314
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242

4343
- uses: ./.github/actions/pnpm
4444
- name: Build Benchmark
45-
run: cargo codspeed build --features codspeed
45+
env:
46+
RUSTFLAGS: "-C debuginfo=1 -C strip=none -g"
47+
run: cargo codspeed build
4648

4749
- name: Run benchmark
4850
uses: CodSpeedHQ/action@v3

0 commit comments

Comments
 (0)