Files
pgm/Makefile
2025-10-18 14:43:42 +05:30

8 lines
198 B
Makefile

run:
go run ./cmd -o ./playground/db ./playground/schema.sql
bench-select:
go test ./example -bench BenchmarkSelect -memprofile memprofile.out -cpuprofile profile.out
test:
go test ./playground