1# Copyright 2023 gRPC authors. 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15# This file describes the rollout status of each experiment. 16# Format of each entry: 17# name: name of the experiment 18# default: one of: 19# - broken - the experiment defaults to off and is not tested 20# - false - the experiment defaults to off. 21# - debug - the experiment defaults to on in debug builds, 22# off in release builds. 23# - true - the experiment defaults to on. 24 25- name: tcp_frame_size_tuning 26 default: false 27- name: tcp_rcv_lowat 28 default: false 29- name: peer_state_based_framing 30 default: false 31- name: memory_pressure_controller 32 default: false 33- name: unconstrained_max_quota_buffer_size 34 default: false 35- name: event_engine_client 36 default: false 37- name: monitoring_experiment 38 default: true 39- name: promise_based_client_call 40 default: false 41- name: free_large_allocator 42 default: false 43- name: promise_based_server_call 44 default: false 45- name: transport_supplies_client_latency 46 default: false 47- name: event_engine_listener 48 default: false 49- name: schedule_cancellation_over_write 50 default: false 51- name: trace_record_callops 52 default: false 53- name: event_engine_dns 54 default: false 55- name: work_stealing 56 default: false 57- name: client_privacy 58 default: false 59- name: canary_client_privacy 60 default: false 61- name: server_privacy 62 default: false 63