Skip to content

Commit cc908e8

Browse files
nilptrstormslowly
andauthored
feat: async fs (#38)
Co-authored-by: pshu <pishu.spf@antfin.com>
1 parent 64b3262 commit cc908e8

41 files changed

Lines changed: 1382 additions & 1121 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/benchmark.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Setup benchmark data
3535
run: cd benches && pnpm install --ignore-workspace
3636

37+
- name: Cargo Bench
38+
run: cargo bench
39+
3740
- uses: Boshen/setup-rust@main
3841
with:
3942
cache-key: benchmark
@@ -43,8 +46,8 @@ jobs:
4346
- uses: ./.github/actions/pnpm
4447
- name: Build Benchmark
4548
env:
46-
RUSTFLAGS: "-C debuginfo=1 -C strip=none -g"
47-
run: cargo codspeed build
49+
RUSTFLAGS: "-C debuginfo=1 -C strip=none -g --cfg codspeed"
50+
run: cargo codspeed build --features codspeed
4851

4952
- name: Run benchmark
5053
uses: CodSpeedHQ/action@v3

0 commit comments

Comments
 (0)