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

Integrate embench-iot for benchmarking #28

Open
jserv opened this issue Aug 2, 2022 · 2 comments
Open

Integrate embench-iot for benchmarking #28

jserv opened this issue Aug 2, 2022 · 2 comments
Assignees

Comments

@jserv
Copy link
Contributor

jserv commented Aug 2, 2022

Embench benchmark suite is designed to test the performance of deeply embedded systems.

  • The measurement of execution performance is designed to use "hot" caches. Thus each benchmark executes its entire code several times, before starting a timing run.
  • Execution runs are scaled to take approximately 4 second of CPU time. This is large enough to be accurately measured, yet means all benchmarks, including cache warm up can be run in a few minutes.
  • To facilitate execution on machines of different performance, the tests are scaled by the clock speed of the processor.
@jserv jserv self-assigned this Nov 25, 2023
@jserv
Copy link
Contributor Author

jserv commented Nov 25, 2023

riscv-benchmark-automation provides the necessary changes to adopt embench-iot for RISC-V.

@jserv
Copy link
Contributor Author

jserv commented Feb 26, 2024

@fourcolor, can you make a list for known pending issues to evaluate embench-iot?

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

No branches or pull requests

2 participants