|
|
|
@ -86,6 +86,11 @@ const char* const description_canary_client_privacy = |
|
|
|
|
const char* const additional_constraints_canary_client_privacy = "{}"; |
|
|
|
|
const char* const description_server_privacy = "If set, server privacy"; |
|
|
|
|
const char* const additional_constraints_server_privacy = "{}"; |
|
|
|
|
#ifdef NDEBUG |
|
|
|
|
const bool kDefaultForDebugOnly = false; |
|
|
|
|
#else |
|
|
|
|
const bool kDefaultForDebugOnly = true; |
|
|
|
|
#endif |
|
|
|
|
} // namespace
|
|
|
|
|
|
|
|
|
|
namespace grpc_core { |
|
|
|
@ -125,7 +130,7 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
{"event_engine_dns", description_event_engine_dns, |
|
|
|
|
additional_constraints_event_engine_dns, false, false}, |
|
|
|
|
{"work_stealing", description_work_stealing, |
|
|
|
|
additional_constraints_work_stealing, false, false}, |
|
|
|
|
additional_constraints_work_stealing, kDefaultForDebugOnly, false}, |
|
|
|
|
{"client_privacy", description_client_privacy, |
|
|
|
|
additional_constraints_client_privacy, false, false}, |
|
|
|
|
{"canary_client_privacy", description_canary_client_privacy, |
|
|
|
|