mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 03:23:49 +01:00
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.
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.