|
|
|
@ -70,14 +70,6 @@ const char* const description_peer_state_based_framing = |
|
|
|
|
"on the peer's memory pressure which is reflected in its max http2 frame " |
|
|
|
|
"size."; |
|
|
|
|
const char* const additional_constraints_peer_state_based_framing = "{}"; |
|
|
|
|
const char* const description_pending_queue_cap = |
|
|
|
|
"In the sync & async apis (but not the callback api), cap the number of " |
|
|
|
|
"received but unrequested requests in the server for each call type. A " |
|
|
|
|
"received message is one that was read from the wire on the server. A " |
|
|
|
|
"requested message is one explicitly requested by the application using " |
|
|
|
|
"grpc_server_request_call or grpc_server_request_registered_call (or their " |
|
|
|
|
"wrappers in the C++ API)."; |
|
|
|
|
const char* const additional_constraints_pending_queue_cap = "{}"; |
|
|
|
|
const char* const description_pick_first_new = |
|
|
|
|
"New pick_first impl with memory reduction."; |
|
|
|
|
const char* const additional_constraints_pick_first_new = "{}"; |
|
|
|
@ -171,8 +163,6 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
nullptr, 0, false, true}, |
|
|
|
|
{"peer_state_based_framing", description_peer_state_based_framing, |
|
|
|
|
additional_constraints_peer_state_based_framing, nullptr, 0, false, true}, |
|
|
|
|
{"pending_queue_cap", description_pending_queue_cap, |
|
|
|
|
additional_constraints_pending_queue_cap, nullptr, 0, true, true}, |
|
|
|
|
{"pick_first_new", description_pick_first_new, |
|
|
|
|
additional_constraints_pick_first_new, nullptr, 0, true, true}, |
|
|
|
|
{"promise_based_client_call", description_promise_based_client_call, |
|
|
|
@ -262,14 +252,6 @@ const char* const description_peer_state_based_framing = |
|
|
|
|
"on the peer's memory pressure which is reflected in its max http2 frame " |
|
|
|
|
"size."; |
|
|
|
|
const char* const additional_constraints_peer_state_based_framing = "{}"; |
|
|
|
|
const char* const description_pending_queue_cap = |
|
|
|
|
"In the sync & async apis (but not the callback api), cap the number of " |
|
|
|
|
"received but unrequested requests in the server for each call type. A " |
|
|
|
|
"received message is one that was read from the wire on the server. A " |
|
|
|
|
"requested message is one explicitly requested by the application using " |
|
|
|
|
"grpc_server_request_call or grpc_server_request_registered_call (or their " |
|
|
|
|
"wrappers in the C++ API)."; |
|
|
|
|
const char* const additional_constraints_pending_queue_cap = "{}"; |
|
|
|
|
const char* const description_pick_first_new = |
|
|
|
|
"New pick_first impl with memory reduction."; |
|
|
|
|
const char* const additional_constraints_pick_first_new = "{}"; |
|
|
|
@ -363,8 +345,6 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
nullptr, 0, false, true}, |
|
|
|
|
{"peer_state_based_framing", description_peer_state_based_framing, |
|
|
|
|
additional_constraints_peer_state_based_framing, nullptr, 0, false, true}, |
|
|
|
|
{"pending_queue_cap", description_pending_queue_cap, |
|
|
|
|
additional_constraints_pending_queue_cap, nullptr, 0, true, true}, |
|
|
|
|
{"pick_first_new", description_pick_first_new, |
|
|
|
|
additional_constraints_pick_first_new, nullptr, 0, true, true}, |
|
|
|
|
{"promise_based_client_call", description_promise_based_client_call, |
|
|
|
@ -454,14 +434,6 @@ const char* const description_peer_state_based_framing = |
|
|
|
|
"on the peer's memory pressure which is reflected in its max http2 frame " |
|
|
|
|
"size."; |
|
|
|
|
const char* const additional_constraints_peer_state_based_framing = "{}"; |
|
|
|
|
const char* const description_pending_queue_cap = |
|
|
|
|
"In the sync & async apis (but not the callback api), cap the number of " |
|
|
|
|
"received but unrequested requests in the server for each call type. A " |
|
|
|
|
"received message is one that was read from the wire on the server. A " |
|
|
|
|
"requested message is one explicitly requested by the application using " |
|
|
|
|
"grpc_server_request_call or grpc_server_request_registered_call (or their " |
|
|
|
|
"wrappers in the C++ API)."; |
|
|
|
|
const char* const additional_constraints_pending_queue_cap = "{}"; |
|
|
|
|
const char* const description_pick_first_new = |
|
|
|
|
"New pick_first impl with memory reduction."; |
|
|
|
|
const char* const additional_constraints_pick_first_new = "{}"; |
|
|
|
@ -555,8 +527,6 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
nullptr, 0, false, true}, |
|
|
|
|
{"peer_state_based_framing", description_peer_state_based_framing, |
|
|
|
|
additional_constraints_peer_state_based_framing, nullptr, 0, false, true}, |
|
|
|
|
{"pending_queue_cap", description_pending_queue_cap, |
|
|
|
|
additional_constraints_pending_queue_cap, nullptr, 0, true, true}, |
|
|
|
|
{"pick_first_new", description_pick_first_new, |
|
|
|
|
additional_constraints_pick_first_new, nullptr, 0, true, true}, |
|
|
|
|
{"promise_based_client_call", description_promise_based_client_call, |
|
|
|
|