feat: add profiling recipes

This commit is contained in:
2026-06-16 01:34:30 +02:00
committed by Milas Holsting
parent 71ab6a3abd
commit 50e74326c5
3 changed files with 27 additions and 0 deletions

View File

@@ -16,6 +16,12 @@ lint-go:
test:
go test ./...
bench:
go test -bench=. -benchmem -count=5 ./internal/anime/... ./integrations/jikan/... ./internal/playback/...
bench-all:
go test -bench=. -benchmem ./...
build-go:
@go build -o server ./cmd/server