Skip to content

benchmarking: add performance measurement and evaluation tools - #1064

Open
Vaibhav-Qualcomm wants to merge 4 commits into
openembedded:masterfrom
Vaibhav-Qualcomm:master
Open

benchmarking: add performance measurement and evaluation tools#1064
Vaibhav-Qualcomm wants to merge 4 commits into
openembedded:masterfrom
Vaibhav-Qualcomm:master

Conversation

@Vaibhav-Qualcomm

Copy link
Copy Markdown

This series adds recipes for a collection of benchmarking,
performance analysis, and real-time evaluation tools to
meta-openembedded.

Added recipes:

  • cyclictest

    • Real-time latency measurement tool from the rt-tests project
    • Used to evaluate scheduler latency and system jitter
    • NUMA support enabled
  • hackbench

    • Linux scheduler benchmark
    • Measures scheduling and inter-process communication performance
    • NUMA support enabled
  • unixbench

    • System benchmark suite covering CPU, memory, and overall system performance
  • coremark-pro

    • EEMBC benchmark suite evaluating processor performance using
      integer, floating-point, and real-world workloads
  • ramspeed-smp

    • Memory bandwidth and latency benchmark for SMP systems
  • sockperf

    • Network latency and throughput benchmarking tool for TCP and UDP workloads
  • wrk2

    • Constant-throughput HTTP benchmarking tool for web server and
      service performance evaluation

All recipes have been successfully built and validated on aarch64
targets. Functional testing confirmed that the installed binaries
execute correctly and produce expected benchmark results.

Signed-off-by: Vaibhav Jindal vaibjind@qti.qualcomm.com

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>
Add a recipe for UnixBench, a benchmark suite used to measure
CPU, memory, and overall system performance.

The recipe has been successfully built and validated on
aarch64 targets. Functional testing confirmed that the
benchmark suite executes correctly and generates results.

Signed-off-by: Vaibhav Jindal <vaibjind@qti.qualcomm.com>
Add a recipe for hackbench, a Linux scheduler benchmark used
to measure scheduling and inter-process communication
performance under various workloads.

The recipe builds and installs the hackbench executable with
NUMA support enabled for use in performance evaluation and
regression testing.

Signed-off-by: Vaibhav Jindal <vaibjind@qti.qualcomm.com>
Add a recipe for cyclictest from the rt-tests project, a
real-time latency measurement tool used to evaluate Linux
kernel scheduler latency and jitter under various workloads.

The recipe builds and installs the cyclictest executable with
NUMA support enabled for use in real-time performance
evaluation, latency analysis, and regression testing.

Signed-off-by: Vaibhav Jindal <vaibjind@qti.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant