Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: webrtc/call/rampup_tests.h

Issue 2744603002: Don't report perf metrics for packet loss ramp-up tests. (Closed)
Patch Set: Add comment. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/call/rampup_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rampup_tests.h
diff --git a/webrtc/call/rampup_tests.h b/webrtc/call/rampup_tests.h
index b9fd5974eedd7c81e3a9f5c5a2b2ee390e042d55..6710dd12f8f4f45fdc1893f81c9dd457cce3849d 100644
--- a/webrtc/call/rampup_tests.h
+++ b/webrtc/call/rampup_tests.h
@@ -71,6 +71,7 @@ class RampUpTester : public test::EndToEndTest {
const size_t num_flexfec_streams_;
const bool rtx_;
const bool red_;
+ const bool report_perf_stats_;
Call* sender_call_;
VideoSendStream* send_stream_;
test::PacketTransport* send_transport_;
@@ -99,7 +100,6 @@ class RampUpTester : public test::EndToEndTest {
const int start_bitrate_bps_;
const int64_t min_run_time_ms_;
- const bool report_perf_stats_;
int expected_bitrate_bps_;
int64_t test_start_ms_;
int64_t ramp_up_finished_ms_;
@@ -121,7 +121,8 @@ class RampUpDownUpTester : public RampUpTester {
const std::string& extension_type,
bool rtx,
bool red,
- const std::vector<int>& loss_rates);
+ const std::vector<int>& loss_rates,
+ bool report_perf_stats);
~RampUpDownUpTester() override;
protected:
« no previous file with comments | « no previous file | webrtc/call/rampup_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698