Files
pgm/Makefile
2025-08-10 20:26:09 +05:30

8 lines
192 B
Makefile

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