Update fdbserver/workloads/Cache.actor.cpp
Co-Authored-By: Trevor Clinkenbeard <trevorclinkenbeard@gmail.com>
This commit is contained in:
parent
b80df3e166
commit
f0d2db43dd
|
@ -4,7 +4,7 @@
|
||||||
#include "flow/actorcompiler.h" // This must be the last #include.
|
#include "flow/actorcompiler.h" // This must be the last #include.
|
||||||
|
|
||||||
struct CacheWorkload : TestWorkload {
|
struct CacheWorkload : TestWorkload {
|
||||||
Key keyPrefix;
|
Key keyPrefix;
|
||||||
|
|
||||||
CacheWorkload(WorkloadContext const& wcx)
|
CacheWorkload(WorkloadContext const& wcx)
|
||||||
: TestWorkload(wcx)
|
: TestWorkload(wcx)
|
||||||
|
|
Loading…
Reference in New Issue