Skip to content

Commit 569346f

Browse files
committed
ci: Run benchmark twice, last with --no-default-features, without bits
1 parent 9986fb3 commit 569346f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ jobs:
1515
with:
1616
branchName: ${{ github.base_ref }}
1717
token: ${{ secrets.GITHUB_TOKEN }}
18+
- uses: boa-dev/criterion-compare-action@v3
19+
with:
20+
branchName: ${{ github.base_ref }}
21+
token: ${{ secrets.GITHUB_TOKEN }}
22+
defaultFeatures: false
23+
features: "std"

0 commit comments

Comments
 (0)