mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Adjust threshold for analyzeVideo performance test
PiperOrigin-RevId: 722651555
This commit is contained in:
parent
35d5bd9675
commit
93c129449a
@ -188,7 +188,7 @@ public class TranscodeSpeedTest {
|
||||
checkState(videoFramesSeen.get() == expectedFrameCount);
|
||||
|
||||
float throughputFps = 1000f * videoFramesSeen.get() / result.elapsedTimeMs;
|
||||
assertThat(throughputFps).isAtLeast(350);
|
||||
assertThat(throughputFps).isAtLeast(330);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user