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

Unified Diff: webrtc/call/call_perf_tests.cc

Issue 2745583006: Reland of rewrite frame generator capturer to use TaskQueue instead of EventTimeWrapper (Closed)
Patch Set: Make overuse in CallPerfTest more reliable 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/test/frame_generator_capturer.h » ('j') | webrtc/test/frame_generator_capturer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call_perf_tests.cc
diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
index 1551cd7b86791f61989196a5f861f60d201ca6ed..079b7027de29858df7ad86f3132f99b8221f9bc1 100644
--- a/webrtc/call/call_perf_tests.cc
+++ b/webrtc/call/call_perf_tests.cc
@@ -476,7 +476,7 @@ TEST_F(CallPerfTest, ReceivesCpuOveruseAndUnderuse) {
LoadObserver()
: SendTest(kLongTimeoutMs),
expect_lower_resolution_wants_(true),
- encoder_(Clock::GetRealTimeClock(), 35 /* delay_ms */) {}
+ encoder_(Clock::GetRealTimeClock(), 40 /* delay_ms */) {}
void OnFrameGeneratorCapturerCreated(
test::FrameGeneratorCapturer* frame_generator_capturer) override {
« no previous file with comments | « no previous file | webrtc/test/frame_generator_capturer.h » ('j') | webrtc/test/frame_generator_capturer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698