16 lines
		
	
	
		
			312 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			312 B
		
	
	
	
		
			Plaintext
		
	
	
	
; Copyright (c) 2014 The Chromium Authors. All rights reserved.
 | 
						|
; Use of this source code is governed by a BSD-style license that can be
 | 
						|
; found in the LICENSE file.
 | 
						|
;
 | 
						|
; Fill disk 2 times
 | 
						|
;
 | 
						|
 | 
						|
[disk_fill]
 | 
						|
filename=${FILENAME}
 | 
						|
size=${FILESIZE}
 | 
						|
ioengine=libaio
 | 
						|
bs=16k
 | 
						|
iodepth=128
 | 
						|
direct=1
 | 
						|
readwrite=randwrite
 | 
						|
loops=2 |