6 lines
54 B
Makefile
6 lines
54 B
Makefile
|
bench:
|
||
|
go test -benchmem -bench=.
|
||
|
|
||
|
test:
|
||
|
go test -v
|