-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow delaying each experiment (#131)
Current large-scale experiments tend to exceed various quota limits (e.g., cloud build). This PR delays each benchmark's experiment by N seconds to amortize the quota usage, at the cost of starting some experiments relatively later than others. For example, a 10-second delay will launch the last benchmark experiment 4+ hours later than the first. This is acceptable because it is only used for large-scale experiments, which tend to have hours of fuzzing timeout. This is a temporary solution. Ideally, we want a universal controller for safer and more efficient usage control.
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters