Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: benchmarks: optimize filters and use platform_key. #82032

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

nashif
Copy link
Member

@nashif nashif commented Nov 26, 2024

Benchmarks are not tests, we run them to verify they still work and do
not bitrot. Running them on each architecture should be sufficient.

This reduces amount of churn in CI and still allows them to be run
individually on platforms.

Signed-off-by: Anas Nashif [email protected]

Benchmarks are not tests, we run them to verify they still work and do
not bitrot. Running them on each architecture should be sufficient.

This reduces amount of churn in CI and still allows them to be run
individually on platforms.

Signed-off-by: Anas Nashif <[email protected]>
@nashif nashif added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Nov 26, 2024
@teburd
Copy link
Collaborator

teburd commented Nov 26, 2024

Likely we should add a few additional platform fields to help better key in on what we want

  • UP or SMP platforms
  • MPU, MMU, or no memory protection platforms
  • XIP platform

There's a few variations of qemu that cover these different cases but all share an arch (e.g. rv32). These things can lead to quite some variance of what we are bench marking I imagine.

@kartben kartben merged commit 057ba5c into zephyrproject-rtos:main Nov 26, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Benchmarks Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants