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