mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 15:51:17 +00:00
Add recipes for a set of benchmark and performance evaluation tools commonly used to measure CPU, memory, network, and web server performance. - coremark-pro provides a comprehensive benchmark suite from EEMBC that evaluates processor performance using integer, floating-point, and real-world workloads. - ramspeed-smp measures memory bandwidth and latency across multiple CPU cores. - sockperf provides network latency and throughput benchmarking for TCP and UDP workloads. - wrk2 generates HTTP workloads with constant throughput and is useful for web server and service performance testing. The recipes have been successfully built and validated on aarch64 targets. Functional testing confirmed that the benchmark binaries execute correctly and produce expected results. Signed-off-by: Vaibhav Jindal <vaibjind@qti.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>