Update fdbserver/workloads/Cache.actor.cpp

Co-Authored-By: Trevor Clinkenbeard <trevorclinkenbeard@gmail.com>
This commit is contained in:
Neelam Goyal 2020-04-13 12:27:16 -07:00 committed by GitHub
parent b80df3e166
commit f0d2db43dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "flow/actorcompiler.h" // This must be the last #include.
struct CacheWorkload : TestWorkload {
Key keyPrefix;
Key keyPrefix;
CacheWorkload(WorkloadContext const& wcx)
: TestWorkload(wcx)