diff options
author | Bill Feng <yfen@google.com> | 2018-11-07 15:21:04 -0800 |
---|---|---|
committer | Bill Feng <yfen@google.com> | 2018-11-07 15:21:04 -0800 |
commit | 9759a1b241c11203f6630634d8cb3e38aefd8aaa (patch) | |
tree | 01ce783bc6205da13170bdba151bbfd000fdd45a /test/cpp/qps | |
parent | 38c6b2c72a9489de0ba350d1493b063fa8f6d424 (diff) |
removed accidental submodule update
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD index 26f43284a6..626ac5f3f2 100644 --- a/test/cpp/qps/BUILD +++ b/test/cpp/qps/BUILD @@ -170,7 +170,7 @@ grpc_cc_test( grpc_cc_test( name = "qps_openloop_test", srcs = ["qps_openloop_test.cc"], - data = ["//third_party/toolchains:RBE_USE_MACHINE_TYPE_LARGE"], + exec_compatible_with = ["//third_party/toolchains/machine_size:large"], deps = [ ":benchmark_config", ":driver_impl", |