Adjust threshold for analyzeVideo performance test

PiperOrigin-RevId: 722651555
This commit is contained in:
dancho 2025-02-03 07:31:20 -08:00 committed by Copybara-Service
parent 35d5bd9675
commit 93c129449a

View File

@ -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