c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Add configurable timeslice duration to mutation config #109

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

Something like

type Config struct {
  // ...
  ChangeMutantAfter time.Duration `json:"change_mutant_after,omitempty" toml:"change_mutant_after,omitempty"`
  // ...
}

If 0, the mutant never changes (unless killed).

MattWindsor91 commented 3 years ago

Fixed, but I forgot to tag in the commit.