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:
Maxime Boucher
2026-07-11 07:25:47 -07:00
committed by GitHub
parent 1f34895185
commit 5ebb0d19d9
2 changed files with 220 additions and 0 deletions

View File

@@ -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: