aboutsummaryrefslogtreecommitdiff
path: root/call/rampup_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'call/rampup_tests.cc')
-rw-r--r--call/rampup_tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/rampup_tests.cc b/call/rampup_tests.cc
index 8ddce83a2e..232fe0b3fe 100644
--- a/call/rampup_tests.cc
+++ b/call/rampup_tests.cc
@@ -329,7 +329,7 @@ void RampUpTester::TriggerTestDone() {
RTC_DCHECK_GE(test_start_ms_, 0);
// Stop polling stats.
- // Corner case for field_trials=WebRTC-QuickPerfTest/Enabled/
+ // Corner case for webrtc_quick_perf_test
SendTask(task_queue_, [this] { pending_task_.Stop(); });
// TODO(holmer): Add audio send stats here too when those APIs are available.