(&self)
| 100 | } |
| 101 | |
| 102 | fn is_finished(&self) -> bool { |
| 103 | self.options.row_limit <= self.row_count |
| 104 | } |
| 105 | |
| 106 | fn append(&mut self, rng: &mut StdRng, host: &str, service: &str) { |
| 107 | let num_pods = rng.random_range(self.options.pods_per_host.clone()); |