Skip to content

Commit

Permalink
(fix) get me a number
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Apr 6, 2024
1 parent 2feeae8 commit c85378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: kevincobain2000/action-coveritup@v2
with:
type: allocs-per-op
command: go test -count 2 -bench=. ./... -benchmem|grep "allocs"|tail -1|awk '{print $7}'
command: go test -count 2 -bench=. ./... -benchmem|grep allocs|tail -1|awk '{print $7}'
record: score
metric: alloc

Expand Down

0 comments on commit c85378c

Please sign in to comment.