boltstore/Makefile
2014-06-18 15:04:12 +09:00

5 lines
123 B
Makefile

protoc:
protoc --gogo_out=. shared/protobuf/*.proto
bench:
CREATE_BENCHDATA=true go test -bench . -benchmem -cover ./...