added WebRTC-QuickPerfTest to RampUpTests and CallPerfTests
BUG=webrtc:7153 Review-Url: https://codereview.webrtc.org/2708723002 Cr-Commit-Position: refs/heads/master@{#16743}
This commit is contained in:
@ -288,7 +288,11 @@ void CallPerfTest::TestAudioVideoSync(FecMode fec,
|
||||
VoiceEngine::Delete(voice_engine);
|
||||
|
||||
observer.PrintResults();
|
||||
EXPECT_EQ(1, metrics::NumSamples("WebRTC.Video.AVSyncOffsetInMs"));
|
||||
|
||||
// In quick test synchronization may not be achieved in time.
|
||||
if (field_trial::FindFullName("WebRTC-QuickPerfTest") != "Enabled") {
|
||||
EXPECT_EQ(1, metrics::NumSamples("WebRTC.Video.AVSyncOffsetInMs"));
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(CallPerfTest, PlaysOutAudioAndVideoInSyncWithVideoNtpDrift) {
|
||||
|
||||
Reference in New Issue
Block a user