18 lines
		
	
	
		
			489 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			489 B
		
	
	
	
		
			Plaintext
		
	
	
	
| AUTHOR = "Chrome OS Team"
 | |
| NAME = "power_Display.fast"
 | |
| PURPOSE = "Measure display power usage."
 | |
| CRITERIA = "This test is a benchmark."
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "Benchmark"
 | |
| TEST_CLASS = "power"
 | |
| TEST_TYPE = "client"
 | |
| 
 | |
| DOC = """
 | |
| This test makes sure that power_Display works.
 | |
| """
 | |
| 
 | |
| args_dict = utils.args_to_dict(args)
 | |
| pdash_note = args_dict.get('pdash_note', '')
 | |
| job.run_test('power_Display', secs_per_page=2, tag=NAME.split('.')[1],
 | |
|              pdash_note=pdash_note, seconds_period=1)
 |