| 62 | return Void(); |
| 63 | } |
| 64 | Future<Void> start(Database const& cx) override { |
| 65 | if (clientId != 0) |
| 66 | return Void(); |
| 67 | |
| 68 | return success(timeout(fetcher(cx, this), testDuration)); |
| 69 | } |
| 70 | Future<bool> check(Database const& cx) override { return errors.getValue() == 0; } |
| 71 | |
| 72 | void getMetrics(std::vector<PerfMetric>& m) override { |