maedoc / libtvb

TVB C library
6 stars 8 forks source link

Fail build on perf regressions #127

Open maedoc opened 8 years ago

maedoc commented 8 years ago

Performance is one of the intended features of this library, so this should also be integrated as part of the testing cycle on Travis. However, this is not so trivial because the expected performance varies from (virtual) machine to (virtual) machine. If your CI machine is always the same, you just store previous results, but we can't really guarantee that.

Ideas?