SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
52 stars 15 forks source link

Enable building benchmarks in CI #1045

Open reneSchm opened 1 month ago

reneSchm commented 1 month ago

Motivation / Current Behaviour

The benchmarks tend to get neglected when updating related code. Building them at least in the CI (they are disabled by default) may help catching some errors there before a merge.

Enhancement description

Add -DMEMILIO_BUILD_BENCHMARKS=ON to the cmake generation step in the CI config files.

Additional context

No response

Checklist