1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 03:23:49 +01:00
RIOT/tests/bench/runtime_coreapis
Marian Buschsieweke 6b2940959f
tests/bench/runtime_coreapis: reduce benchmark runs in the CI
On `native32` / `native64` in the CI, the benchmark results will be
unusable due to the background load of other build tasks anyway. There
is a risk that due to the high number of benchmark runs the test will
time out.

So to avoid the timeouts and because the results are unusable anyway,
the benchmark runs have been drastically reduced. This will still
allow the CI to confirm that the benchmarks do run successfully to
completion.
2025-04-14 13:36:53 +02:00
..

Measure Runtime of Selected Core API functions

This benchmark application measures the runtime of selected core API functions. Its purpose is to provide a baseline to assess the impacts when doing changes to core code.

This application is not complete, simply add additional runs if needed.