| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 from infra.libs.infra_types import freeze | 5 from recipe_engine.types import freeze |
| 6 | 6 |
| 7 DEPS = [ | 7 DEPS = [ |
| 8 'git', | 8 'git', |
| 9 'json', | 9 'json', |
| 10 'path', | 10 'path', |
| 11 'perf_dashboard', | 11 'perf_dashboard', |
| 12 'platform', | 12 'platform', |
| 13 'properties', | 13 'properties', |
| 14 'python', | 14 'python', |
| 15 'raw_io', | 15 'raw_io', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "encodeTimeSecs": 56.277676, | 200 "encodeTimeSecs": 56.277676, |
| 201 "speed" : 5, | 201 "speed" : 5, |
| 202 "minPsnr" : 43.5, | 202 "minPsnr" : 43.5, |
| 203 "framesPerSecond": 317.976883, | 203 "framesPerSecond": 317.976883, |
| 204 "threadCount": 2, | 204 "threadCount": 2, |
| 205 "totalFrames": 17895, | 205 "totalFrames": 17895, |
| 206 "version": "v1.3.0-2045-g38c2d37", | 206 "version": "v1.3.0-2045-g38c2d37", |
| 207 "videoName": "vp90-2-bbb_640x360_tile_1x2_337kbps.webm" | 207 "videoName": "vp90-2-bbb_640x360_tile_1x2_337kbps.webm" |
| 208 } | 208 } |
| 209 ]))) | 209 ]))) |
| OLD | NEW |