As part of our CI runs, we should also run performance benchmarks.
Also see tanagraspace/ccsds124#48
We should measure memory consumption, stack usage, code size and throughput. Code should be compiled with -O2. We should use GitHub's x64 (ubuntu-24.04) and ARM (ubuntu-24.04-arm) Linux runners for comparisons. Make sure that benchmarks run fast enough to let them run on every merge.
As part of our CI runs, we should also run performance benchmarks.
Also see tanagraspace/ccsds124#48
We should measure memory consumption, stack usage, code size and throughput. Code should be compiled with
-O2. We should use GitHub's x64 (ubuntu-24.04) and ARM (ubuntu-24.04-arm) Linux runners for comparisons. Make sure that benchmarks run fast enough to let them run on every merge.