2011-01-31 21:32:06 +01:00
|
|
|
config BR2_PACKAGE_BONNIE
|
|
|
|
bool "bonnie++"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2012-07-04 03:34:54 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-01-31 21:32:06 +01:00
|
|
|
help
|
2016-01-29 22:06:04 +01:00
|
|
|
A benchmark suite that is aimed at performing a number of
|
|
|
|
simple tests of hard drive and file system performance.
|
2011-01-31 21:32:06 +01:00
|
|
|
|
|
|
|
http://www.coker.com.au/bonnie++/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "bonnie++ needs a toolchain w/ C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2011-01-31 21:32:06 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|