mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
test: add benchmarks for glob cache performance (#2881)
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com> Co-authored-by: Timothy Rule <34501912+trulede@users.noreply.github.com>
This commit is contained in:
@@ -152,6 +152,12 @@ tasks:
|
||||
cmds:
|
||||
- gotestsum -f '{{.GOTESTSUM_FORMAT}}' -tags 'signals watch' ./...
|
||||
|
||||
bench:checksum:
|
||||
desc: Runs checksum benchmarks
|
||||
aliases: [bench]
|
||||
cmds:
|
||||
- go test -bench=. -benchmem -tags=fsbench -run=^$ ./...
|
||||
|
||||
goreleaser:test:
|
||||
desc: Tests release process without publishing
|
||||
cmds:
|
||||
|
||||
Reference in New Issue
Block a user