grpc/test/core/census
Ken Payson 530284269a Clang format 2016-08-11 11:21:30 -07:00
..
data initial implementation of resource handling 2016-06-02 17:11:46 -07:00
README initial implementation of resource handling 2016-06-02 17:11:46 -07:00
context_test.c Update copyrights 2016-03-31 07:46:18 -07:00
mlog_test.c Merge github.com:grpc/grpc into optionalize_census 2016-03-31 13:09:50 -07:00
resource_test.c Clang format 2016-08-11 11:21:30 -07:00

README

Test source and data files for Census.

binary proto files (*.pb) in data directory are generated from the *.txt file,
via:

BASE="filename"
cat $BASE.txt | protoc --encode=google.census.Resource census.proto > $BASE.pb