Files
pgm/Makefile

5 lines
163 B
Makefile
Raw Permalink 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