24 lines
		
	
	
		
			617 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			617 B
		
	
	
	
		
			Plaintext
		
	
	
	
| AUTHOR = "puthik"
 | |
| NAME = "power_VideoEncode.fast"
 | |
| PURPOSE = "Measure video encode power usage."
 | |
| CRITERIA = "This test is a benchmark."
 | |
| TIME = "FAST"
 | |
| TEST_CATEGORY = "Benchmark"
 | |
| TEST_CLASS = "power"
 | |
| TEST_TYPE = "client"
 | |
| 
 | |
| DOC = """
 | |
| This test makes sure that power_VideoEncode is working fine.
 | |
| """
 | |
| 
 | |
| formats = [
 | |
|     ('h264', 'hd', 24),
 | |
|     ('vp9', 'hvga', 24),
 | |
|     ('vp8', 'qhvga', 15),
 | |
| ]
 | |
| 
 | |
| args_dict = utils.args_to_dict(args)
 | |
| pdash_note = args_dict.get('pdash_note', '')
 | |
| job.run_test('power_VideoEncode', tag=NAME.split('.')[1], seconds_per_test=30,
 | |
|              seconds_period=5, format=formats, pdash_note=pdash_note)
 |