aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/benchmark/worker/ya.make
blob: 7b6be3acbaacbb57169cdb18a4759e5c025b6408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_PROGRAM()

LICENSE(Apache-2.0)

SRCS(
    benchmark_client.go
    benchmark_server.go
    main.go
)

END()