@ -94,10 +94,6 @@ const char* const description_unconstrained_max_quota_buffer_size =
" Discard the cap on the max free pool size for one memory allocator " ;
const char * const additional_constraints_unconstrained_max_quota_buffer_size =
" {} " ;
const char * const description_work_serializer_clears_time_cache =
" Have the work serializer clear the time cache when it dispatches work. " ;
const char * const additional_constraints_work_serializer_clears_time_cache =
" {} " ;
const char * const description_work_serializer_dispatch =
" Have the work serializer dispatch work to event engine for every "
" callback, instead of running things inline in the first thread that "
@ -159,10 +155,6 @@ const ExperimentMetadata g_experiment_metadata[] = {
description_unconstrained_max_quota_buffer_size ,
additional_constraints_unconstrained_max_quota_buffer_size , nullptr , 0 ,
false , true } ,
{ " work_serializer_clears_time_cache " ,
description_work_serializer_clears_time_cache ,
additional_constraints_work_serializer_clears_time_cache , nullptr , 0 , true ,
true } ,
{ " work_serializer_dispatch " , description_work_serializer_dispatch ,
additional_constraints_work_serializer_dispatch , nullptr , 0 , false , true } ,
} ;
@ -243,10 +235,6 @@ const char* const description_unconstrained_max_quota_buffer_size =
" Discard the cap on the max free pool size for one memory allocator " ;
const char * const additional_constraints_unconstrained_max_quota_buffer_size =
" {} " ;
const char * const description_work_serializer_clears_time_cache =
" Have the work serializer clear the time cache when it dispatches work. " ;
const char * const additional_constraints_work_serializer_clears_time_cache =
" {} " ;
const char * const description_work_serializer_dispatch =
" Have the work serializer dispatch work to event engine for every "
" callback, instead of running things inline in the first thread that "
@ -308,10 +296,6 @@ const ExperimentMetadata g_experiment_metadata[] = {
description_unconstrained_max_quota_buffer_size ,
additional_constraints_unconstrained_max_quota_buffer_size , nullptr , 0 ,
false , true } ,
{ " work_serializer_clears_time_cache " ,
description_work_serializer_clears_time_cache ,
additional_constraints_work_serializer_clears_time_cache , nullptr , 0 , true ,
true } ,
{ " work_serializer_dispatch " , description_work_serializer_dispatch ,
additional_constraints_work_serializer_dispatch , nullptr , 0 , false , true } ,
} ;
@ -392,10 +376,6 @@ const char* const description_unconstrained_max_quota_buffer_size =
" Discard the cap on the max free pool size for one memory allocator " ;
const char * const additional_constraints_unconstrained_max_quota_buffer_size =
" {} " ;
const char * const description_work_serializer_clears_time_cache =
" Have the work serializer clear the time cache when it dispatches work. " ;
const char * const additional_constraints_work_serializer_clears_time_cache =
" {} " ;
const char * const description_work_serializer_dispatch =
" Have the work serializer dispatch work to event engine for every "
" callback, instead of running things inline in the first thread that "
@ -457,10 +437,6 @@ const ExperimentMetadata g_experiment_metadata[] = {
description_unconstrained_max_quota_buffer_size ,
additional_constraints_unconstrained_max_quota_buffer_size , nullptr , 0 ,
false , true } ,
{ " work_serializer_clears_time_cache " ,
description_work_serializer_clears_time_cache ,
additional_constraints_work_serializer_clears_time_cache , nullptr , 0 , true ,
true } ,
{ " work_serializer_dispatch " , description_work_serializer_dispatch ,
additional_constraints_work_serializer_dispatch , nullptr , 0 , true , true } ,
} ;