| 27 | Key keyPrefix; |
| 28 | |
| 29 | CacheWorkload(WorkloadContext const& wcx) : TestWorkload(wcx) { |
| 30 | keyPrefix = unprintable(getOption(options, LiteralStringRef("keyPrefix"), LiteralStringRef("")).toString()); |
| 31 | } |
| 32 | |
| 33 | std::string description() const override { return "CacheWorkload"; } |
| 34 | Future<Void> setup(Database const& cx) override { |
nothing calls this directly
no test coverage detected