hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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