Skip to content

Commit

Permalink
feat: add AsyncBencher support
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jul 25, 2023
1 parent 7bb5902 commit 79ecdb7
Show file tree
Hide file tree
Showing 9 changed files with 808 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- run: cargo codspeed build -p codspeed
- run: cargo codspeed build -p codspeed-bencher-compat
- run: cargo codspeed build -p codspeed-criterion-compat
- run: cargo codspeed build --features async_futures -p codspeed-criterion-compat

- name: Run the benchmarks
uses: CodSpeedHQ/action@feat/bundled-upload
Expand Down
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ repos:
- id: cargo-check
args: [--all-targets]
- id: cargo-check
args: [--all-targets, --config, codspeed=true]
name: cargo-check[codspeed, all-features]
args: [--all-targets, --all-features, --config, codspeed=true]
- id: clippy
args: [--all-targets, --, -D, warnings]
- id: clippy
args: [--all-targets, --, -D, warnings, --cfg, codspeed]
name: clippy[codspeed, all-features]
args: [--all-targets, --all-features, --, -D, warnings, --cfg, codspeed]
Loading

0 comments on commit 79ecdb7

Please sign in to comment.