Files
pgm/Makefile

8 lines
192 B
Makefile
Raw Normal View History

2025-07-26 18:34:56 +05:30
run:
go run ./cmd -o ./example/db ./example/schema.sql
bench-select:
go test ./example -bench BenchmarkSelect -memprofile memprofile.out -cpuprofile profile.out
2025-08-10 20:26:09 +05:30
test:
go test ./playground