Increase accepted PSNR range for SimTimeEncoding test
Currently IOS64 Release bot produces PSNR value 35.2 Bug: webrtc:11395 Change-Id: I2eef9ca7afdf074c74eec12aa48952ecf0d02281 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169543 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30658}
This commit is contained in:

committed by
Commit Bot

parent
db5d7e470f
commit
109e23c9ce
@ -105,7 +105,7 @@ TEST(ScenarioTest, MAYBE_SimTimeEncoding) {
|
|||||||
}
|
}
|
||||||
// Regression tests based on previous runs.
|
// Regression tests based on previous runs.
|
||||||
EXPECT_EQ(analyzer.stats().lost_count, 0);
|
EXPECT_EQ(analyzer.stats().lost_count, 0);
|
||||||
EXPECT_NEAR(analyzer.stats().psnr_with_freeze.Mean(), 38, 2);
|
EXPECT_NEAR(analyzer.stats().psnr_with_freeze.Mean(), 38, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(bugs.webrtc.org/10515): Remove this when performance has been improved.
|
// TODO(bugs.webrtc.org/10515): Remove this when performance has been improved.
|
||||||
|
Reference in New Issue
Block a user