mmcloughlin / goperf

Continuous Benchmarking for the Go compiler
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

sched: failure detection #26

Open mmcloughlin opened 4 years ago

mmcloughlin commented 4 years ago

For each module there will be a minimum go commit that it works for. Any earlier commits are bound to fail, so the work scheduler should be able to detect when this has happened and stop scheduling work before that point.