| 69 | }; |
| 70 | |
| 71 | static int |
| 72 | getMinWindowLength(const int tests, const int repeatSize, const int minMargin) |
| 73 | { |
| 74 | return tests - 1 + minMargin + repeatSize + minMargin; |
| 75 | } |
| 76 | |
| 77 | static bool |
| 78 | windowLongEnough(const int windowSize, const int tests, const int repeatSize, const int minMargin) |