8 lines
192 B
Makefile
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
|