aboutsummaryrefslogtreecommitdiff
path: root/test/test_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flags.cc')
-rw-r--r--test/test_flags.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_flags.cc b/test/test_flags.cc
index a0fff747fe..4df2583672 100644
--- a/test/test_flags.cc
+++ b/test/test_flags.cc
@@ -49,3 +49,8 @@ ABSL_FLAG(bool,
export_perf_results_new_api,
false,
"Tells to initialize new API for exporting performance metrics");
+
+ABSL_FLAG(bool,
+ webrtc_quick_perf_test,
+ false,
+ "Runs webrtc perfomance tests in quick mode.");