Skip to content

Commit bb2f08b

Browse files
committed
feat: add AsyncBencher support
1 parent 9c6a5a8 commit bb2f08b

File tree

8 files changed

+806
-17
lines changed

8 files changed

+806
-17
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ repos:
1616
- id: cargo-check
1717
args: [--all-targets]
1818
- id: cargo-check
19-
args: [--all-targets, --config, codspeed=true]
19+
name: cargo-check[codspeed, all-features]
20+
args: [--all-targets, --all-features, --config, codspeed=true]
2021
- id: clippy
2122
args: [--all-targets, --, -D, warnings]
2223
- id: clippy
23-
args: [--all-targets, --, -D, warnings, --cfg, codspeed]
24+
name: clippy[codspeed, all-features]
25+
args: [--all-targets, --all-features, --, -D, warnings, --cfg, codspeed]

0 commit comments

Comments
 (0)