4bc799856b
Closes #3379 A good filesystem performance benchmark program Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
config BR2_PACKAGE_BONNIE
|
|
bool "bonnie++"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Filesystem tester
|
|
|
|
http://www.coker.com.au/bonnie++/
|
|
|
|
comment "bonnie++ requires a toolchain with C++ support enabled"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|