blob: 53788d01f0f2d47d752c410015f636767b0dc9ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
benchmark_service.pb.go
benchmark_service_grpc.pb.go
control.pb.go
empty.pb.go
messages.pb.go
payloads.pb.go
report_qps_scenario_service.pb.go
report_qps_scenario_service_grpc.pb.go
stats.pb.go
test.pb.go
test_grpc.pb.go
worker_service.pb.go
worker_service_grpc.pb.go
)
END()
RECURSE(core)
|