forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-13 2ec15ae1cb4be1b4fcb56c6d621123d7ebdaad6c
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