| Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc
|
| index 306cac9e153cffbdde33cea018416386b522dc24..467da37f3fa6e9398a2d07f9d233f5acf8c525ac 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc
|
| @@ -380,7 +380,7 @@ void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type,
|
| PrintResults(capacity_kbps, total_utilization.GetBitrateStats(),
|
| flow_delay_ms, flow_throughput_kbps);
|
|
|
| - if (field_trial::IsEnabled("WebRTC-QuickPerfTest")) {
|
| + if (!field_trial::IsEnabled("WebRTC-QuickPerfTest")) {
|
| for (int i : all_flow_ids) {
|
| metric_recorders[i]->PlotThroughputHistogram(
|
| title, flow_name, static_cast<int>(num_media_flows), 0);
|
|
|