2025-10-21 00:27:00 +05:30
|
|
|
.PHONY: run bench-select test
|
|
|
|
|
|
2025-07-26 18:34:56 +05:30
|
|
|
run:
|
2025-10-18 14:43:42 +05:30
|
|
|
go run ./cmd -o ./playground/db ./playground/schema.sql
|
2025-07-26 18:34:56 +05:30
|
|
|
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
|