13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
|
config BR2_PACKAGE_IOZONE
|
||
|
bool "iozone"
|
||
|
depends on BR2_LARGEFILE
|
||
|
depends on BR2_USE_MMU # fork()
|
||
|
help
|
||
|
IOzone is a filesystem benchmark tool.
|
||
|
The benchmark generates and measures a variety of file operations
|
||
|
|
||
|
http://www.iozone.org/
|
||
|
|
||
|
comment "IOzone requires a toolchain with LARGEFILE support"
|
||
|
depends on !BR2_LARGEFILE
|