Skip to content

Commit 93c1294

Browse files
ychaparovcopybara-github
authored andcommitted
Adjust threshold for analyzeVideo performance test
PiperOrigin-RevId: 722651555
1 parent 35d5bd9 commit 93c1294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/transformer/src/androidTest/java/androidx/media3/transformer/mh/TranscodeSpeedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public void exportImage_to720p_completesWithHighThroughput() throws Exception {
188188
checkState(videoFramesSeen.get() == expectedFrameCount);
189189

190190
float throughputFps = 1000f * videoFramesSeen.get() / result.elapsedTimeMs;
191-
assertThat(throughputFps).isAtLeast(350);
191+
assertThat(throughputFps).isAtLeast(330);
192192
}
193193

194194
@Test

0 commit comments

Comments
 (0)