aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-09-06 14:33:32 -0700
committerGravatar Bill Feng <yfen@google.com>2018-09-06 14:33:32 -0700
commitb7bbc350b85b390c74a1a1190877478fbfe03e3b (patch)
tree2634075bc6c5405bdb5beaecae2c69a871c92d48 /test/cpp/qps
parent3fb62ae92c1154b3bae0104a7eaea4520ac3cfa2 (diff)
naming bugfix
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/qps_benchmark_script.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl
index 2435502c85..b2b67d988c 100644
--- a/test/cpp/qps/qps_benchmark_script.bzl
+++ b/test/cpp/qps/qps_benchmark_script.bzl
@@ -32,7 +32,7 @@ load("//test/cpp/qps:json_run_localhost_scenarios.bzl", "JSON_RUN_LOCALHOST_SCEN
def qps_json_driver_batch():
for scenario in QPS_JSON_DRIVER_SCENARIOS:
grpc_cc_test(
- name = "qps_json_driver_test/%s" % scenario,
+ name = "qps_json_driver_test_%s" % scenario,
srcs = ["qps_json_driver.cc"],
args = [
"--run_inproc",
@@ -57,7 +57,7 @@ def qps_json_driver_batch():
def json_run_localhost_batch():
for scenario in JSON_RUN_LOCALHOST_SCENARIOS:
grpc_cc_test(
- name = "json_run_localhost/%s" % scenario,
+ name = "json_run_localhost_%s" % scenario,
srcs = ["json_run_localhost.cc"],
args = [
"--scenarios_json",