|
|
|
@ -27,8 +27,12 @@ EXPERIMENTS = { |
|
|
|
|
"core_end2end_test": [ |
|
|
|
|
"event_engine_listener", |
|
|
|
|
"promise_based_client_call", |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
"unique_metadata_strings", |
|
|
|
|
], |
|
|
|
|
"cpp_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"endpoint_test": [ |
|
|
|
|
"tcp_frame_size_tuning", |
|
|
|
|
"tcp_rcv_lowat", |
|
|
|
@ -44,26 +48,22 @@ EXPERIMENTS = { |
|
|
|
|
"lame_client_test": [ |
|
|
|
|
"promise_based_client_call", |
|
|
|
|
], |
|
|
|
|
"logging_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"resource_quota_test": [ |
|
|
|
|
"free_large_allocator", |
|
|
|
|
"memory_pressure_controller", |
|
|
|
|
"unconstrained_max_quota_buffer_size", |
|
|
|
|
], |
|
|
|
|
"xds_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
"on": { |
|
|
|
|
"core_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
"work_stealing", |
|
|
|
|
], |
|
|
|
|
"cpp_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"logging_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"xds_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
"ios": { |
|
|
|
@ -76,8 +76,12 @@ EXPERIMENTS = { |
|
|
|
|
"core_end2end_test": [ |
|
|
|
|
"event_engine_listener", |
|
|
|
|
"promise_based_client_call", |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
"unique_metadata_strings", |
|
|
|
|
], |
|
|
|
|
"cpp_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"endpoint_test": [ |
|
|
|
|
"tcp_frame_size_tuning", |
|
|
|
|
"tcp_rcv_lowat", |
|
|
|
@ -93,26 +97,22 @@ EXPERIMENTS = { |
|
|
|
|
"lame_client_test": [ |
|
|
|
|
"promise_based_client_call", |
|
|
|
|
], |
|
|
|
|
"logging_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"resource_quota_test": [ |
|
|
|
|
"free_large_allocator", |
|
|
|
|
"memory_pressure_controller", |
|
|
|
|
"unconstrained_max_quota_buffer_size", |
|
|
|
|
], |
|
|
|
|
"xds_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
"on": { |
|
|
|
|
"core_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
"work_stealing", |
|
|
|
|
], |
|
|
|
|
"cpp_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"logging_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"xds_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
"posix": { |
|
|
|
@ -129,8 +129,12 @@ EXPERIMENTS = { |
|
|
|
|
"event_engine_client", |
|
|
|
|
"event_engine_listener", |
|
|
|
|
"promise_based_client_call", |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
"unique_metadata_strings", |
|
|
|
|
], |
|
|
|
|
"cpp_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"endpoint_test": [ |
|
|
|
|
"tcp_frame_size_tuning", |
|
|
|
|
"tcp_rcv_lowat", |
|
|
|
@ -149,6 +153,9 @@ EXPERIMENTS = { |
|
|
|
|
"lame_client_test": [ |
|
|
|
|
"promise_based_client_call", |
|
|
|
|
], |
|
|
|
|
"logging_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"resolver_component_tests_runner_invoker": [ |
|
|
|
|
"event_engine_dns", |
|
|
|
|
], |
|
|
|
@ -157,21 +164,14 @@ EXPERIMENTS = { |
|
|
|
|
"memory_pressure_controller", |
|
|
|
|
"unconstrained_max_quota_buffer_size", |
|
|
|
|
], |
|
|
|
|
"xds_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
"on": { |
|
|
|
|
"core_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
"work_stealing", |
|
|
|
|
], |
|
|
|
|
"cpp_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"logging_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
"xds_end2end_test": [ |
|
|
|
|
"promise_based_server_call", |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|