Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: media/filters/pipeline_integration_perftest.cc

Issue 543703003: Use video-only test clips for media_perftests video benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_perftest.cc
diff --git a/media/filters/pipeline_integration_perftest.cc b/media/filters/pipeline_integration_perftest.cc
index aea9363c94a10c6e0b7d80e52266323b38439b5d..d84bd136a086ea9a00b570217a4480cc5d42226b 100644
--- a/media/filters/pipeline_integration_perftest.cc
+++ b/media/filters/pipeline_integration_perftest.cc
@@ -68,10 +68,7 @@ TEST(PipelineIntegrationPerfTest, AudioPlaybackBenchmark) {
}
TEST(PipelineIntegrationPerfTest, VP8PlaybackBenchmark) {
- RunVideoPlaybackBenchmark("bear-640x360.webm",
- "clockless_video_playback_vp8");
- RunVideoPlaybackBenchmark("bear-320x240.webm",
- "clockless_video_playback_vp8");
+ RunVideoPlaybackBenchmark("bear_silent.webm", "clockless_video_playback_vp8");
}
TEST(PipelineIntegrationPerfTest, VP9PlaybackBenchmark) {
@@ -79,13 +76,13 @@ TEST(PipelineIntegrationPerfTest, VP9PlaybackBenchmark) {
}
TEST(PipelineIntegrationPerfTest, TheoraPlaybackBenchmark) {
- RunVideoPlaybackBenchmark("bear.ogv", "clockless_video_playback_theora");
+ RunVideoPlaybackBenchmark("bear_silent.ogv",
+ "clockless_video_playback_theora");
}
#if defined(USE_PROPRIETARY_CODECS)
TEST(PipelineIntegrationPerfTest, MP4PlaybackBenchmark) {
- RunVideoPlaybackBenchmark("bear-1280x720.mp4",
- "clockless_video_playback_mp4");
+ RunVideoPlaybackBenchmark("bear_silent.mp4", "clockless_video_playback_mp4");
}
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698