You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serverAddresses=flag.String("server_addresses", "localhost:8080", "a list of server addresses")
49
-
testCases=flag.String("test_cases", "", "a list of test cases along with the relative weights")
50
-
testDurationSecs=flag.Int("test_duration_secs", -1, "test duration in seconds")
51
-
numChannelsPerServer=flag.Int("num_channels_per_server", 1, "Number of channels (i.e connections) to each server")
52
-
numStubsPerChannel=flag.Int("num_stubs_per_channel", 1, "Number of client stubs per each connection to server")
53
-
metricsPort=flag.Int("metrics_port", 8081, "The port at which the stress client exposes QPS metrics")
54
-
useTLS=flag.Bool("use_tls", false, "Connection uses TLS if true, else plain TCP")
55
-
testCA=flag.Bool("use_test_ca", false, "Whether to replace platform root CAs with test CA as the CA root")
56
-
tlsServerName=flag.String("server_host_override", "foo.test.google.fr", "The server name use to verify the hostname returned by TLS handshake if it is not empty. Otherwise, --server_host is used.")
57
-
caFile=flag.String("ca_file", "", "The file containing the CA root cert file")
58
+
serverAddresses=flag.String("server_addresses", "localhost:8080", "a list of server addresses")
59
+
testCases=flag.String("test_cases", "", "a list of test cases along with the relative weights")
60
+
testDurationSecs=flag.Int("test_duration_secs", -1, "test duration in seconds")
61
+
numChannelsPerServer=flag.Int("num_channels_per_server", 1, "Number of channels (i.e connections) to each server")
62
+
numStubsPerChannel=flag.Int("num_stubs_per_channel", 1, "Number of client stubs per each connection to server")
63
+
metricsPort=flag.Int("metrics_port", 8081, "The port at which the stress client exposes QPS metrics")
64
+
useTLS=flag.Bool("use_tls", false, "Connection uses TLS if true, else plain TCP")
65
+
testCA=flag.Bool("use_test_ca", false, "Whether to replace platform root CAs with test CA as the CA root")
66
+
tlsServerName=flag.String("server_host_override", "foo.test.google.fr", "The server name use to verify the hostname returned by TLS handshake if it is not empty. Otherwise, --server_host is used.")
67
+
caFile=flag.String("ca_file", "", "The file containing the CA root cert file")
68
+
customCredentialsType=flag.String("custom_credentials_type", "", "Custom credentials type to use")
0 commit comments