26 lines
		
	
	
		
			976 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			976 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
 | 
						|
# Use of this source code is governed by a BSD-style license that can be
 | 
						|
# found in the LICENSE file.
 | 
						|
 | 
						|
NAME = 'hardware_StorageFio.quicktest'
 | 
						|
AUTHOR = 'The Chromium OS Authors'
 | 
						|
PURPOSE = 'Benchmark storage performance using an unmounted root partition.'
 | 
						|
CRITERIA = 'This test is a quick benchmark.'
 | 
						|
ATTRIBUTES = "suite:kernel_per-build_benchmarks"
 | 
						|
TIME = 'SHORT'
 | 
						|
TEST_CLASS = "hardware"
 | 
						|
TEST_CATEGORY = 'Performance'
 | 
						|
TEST_TYPE = 'client'
 | 
						|
 | 
						|
DOC = """
 | 
						|
This test uses FIO to spawn a number of threads to perform a particular type of
 | 
						|
I/O. This test will use block sizes of 4k, 8k, and 16k. It will also attempt
 | 
						|
to simulate the disk traffic during a boot, login, and web surfing. It tests
 | 
						|
both sequential and random data access.
 | 
						|
 | 
						|
NOTE: If autoupdate or another program accesses the spare root partition
 | 
						|
while this test is running corruption may occur.
 | 
						|
"""
 | 
						|
 | 
						|
job.run_test(url='hardware_StorageFio', quicktest='True')
 |