18 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
	
| AUTHOR = "puthik"
 | |
| NAME = "power_VideoEncode"
 | |
| PURPOSE = "Measure video encode power usage."
 | |
| CRITERIA = "This test is a benchmark."
 | |
| TIME = "LONG"
 | |
| TEST_CATEGORY = "Benchmark"
 | |
| TEST_CLASS = "power"
 | |
| TEST_TYPE = "client"
 | |
| 
 | |
| DOC = """
 | |
| This test records power related statistics while encode video file in various
 | |
| formats.
 | |
| """
 | |
| 
 | |
| args_dict = utils.args_to_dict(args)
 | |
| pdash_note = args_dict.get('pdash_note', '')
 | |
| job.run_test('power_VideoEncode', pdash_note=pdash_note, seconds_period=5)
 |