Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Update AV benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Nov 14, 2019
1 parent 0978059 commit 16df78a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion testing/talos/talos/tests/theora_perf/videotest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript" src="chrome://talos-powers-content/content/TalosContentProfiler.js"></script>
</head>
<body>
<video src='1080p_60fps_30s.ogv' alt='Test' controls>
<video src='example.ogv' alt='Test' controls>
<script type="text/javascript">
var delaySum = 0.0;
var samples = 0;
Expand Down
Binary file modified testing/talos/talos/tests/vorbis_perf/example.ogg
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file added testing/talos/talos/tests/vpx_perf/example.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion testing/talos/talos/tests/vpx_perf/videotest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript" src="chrome://talos-powers-content/content/TalosContentProfiler.js"></script>
</head>
<body>
<video src='1080p_60fps_30s.webm' alt='Test' controls>
<video src='example.webm' alt='Test' controls>
<script type="text/javascript">
var delaySum = 0.0;
var samples = 0;
Expand Down

0 comments on commit 16df78a

Please sign in to comment.