14 lines
539 B
Plaintext
14 lines
539 B
Plaintext
# benchmark subset collect benchmark tools
|
|
# - glmark2 used to benchmark gpu opengl es
|
|
BR2_PACKAGE_GLMARK2=y
|
|
# - whetstone is used to benchmark cpu's floatint point performance
|
|
BR2_PACKAGE_WHETSTONE=y
|
|
# - dhrystone is a benchmark used to benchmark cpu's integer performance
|
|
BR2_PACKAGE_DHRYSTONE=y
|
|
# - lmbench is used to benchmark memory bandwidth
|
|
BR2_PACKAGE_LMBENCH=y
|
|
# - unixbench can benchmark cpu, ram, disk etc
|
|
BR2_PACKAGE_UNIXBENCH=y
|
|
# - iperf is a benchmark tool used to measure bandwidth on IP networks
|
|
BR2_PACKAGE_IPERF=y
|