zephyr/samples/subsys/ipc/openamp_performance/sample.yaml
Carlo Caione 993cb4cd62 sample: openamp: Add OpenAMP performance test.
Add a simple sample that tries to answer the silly question: how fast
can I move data from one core to another using OpenAMP?

It depends on a lot of factors but at least we can use this sample as a
skeleton to build tests on top.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-01-18 13:23:43 -05:00

12 lines
368 B
YAML

sample:
description: This app provides an example of how to test OpenAMP
performance with Zephyr.
name: OpenAMP performance example integration
tests:
sample.subsys.ipc.openamp_performance:
build_only: true
platform_allow: nrf5340dk_nrf5340_cpuapp
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
tags: ipm