grpc/test/core/census
yang-g b98bf8c165 Make package names consistent under test/core 2017-08-31 09:12:51 -07:00
..
data Updated trace_context.proto and associated files. 2017-02-01 16:05:12 -08:00
BUILD Make package names consistent under test/core 2017-08-31 09:12:51 -07:00
README initial implementation of resource handling 2016-06-02 17:11:46 -07:00
context_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
intrusive_hash_map_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
mlog_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
resource_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
trace_context_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02: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