boltstore/Makefile

5 lines
123 B
Makefile
Raw Normal View History

2014-06-14 20:15:10 +04:00
protoc:
protoc --gogo_out=. shared/protobuf/*.proto
2014-06-18 10:04:12 +04:00
bench:
CREATE_BENCHDATA=true go test -bench . -benchmem -cover ./...