GothenburgBitFactory / flod

Flod is the Continous Integration Tool for Gothenburg Bit Factory
Other
3 stars 0 forks source link

Automatic performance testing for clean builds #16

Open pbeckingham opened 6 years ago

pbeckingham commented 6 years ago

Taskwarrior has a 'make performance' target that we could/should run periodically. Running it for every clean build is probably excessive, but perhaps if a clean commit is encountered, and no perf test has run for a week, we could trigger a perf test.

lauft commented 6 years ago

What about build/test pipelines? Let flod run unit-tests first, on success trigger further builds and so on. Guess that would require some configuration file (.flod) delivered with the project...