Target ~1GB memory usage in server bench
This commit is contained in:
@@ -24,7 +24,7 @@ std::atomic<int64_t> transactions;
|
|||||||
|
|
||||||
constexpr int kWindowSize = 10000000;
|
constexpr int kWindowSize = 10000000;
|
||||||
|
|
||||||
constexpr int kNumPrefixes = 10000;
|
constexpr int kNumPrefixes = 250000;
|
||||||
|
|
||||||
std::string makeKey(int64_t num, int suffixLen) {
|
std::string makeKey(int64_t num, int suffixLen) {
|
||||||
std::string result;
|
std::string result;
|
||||||
|
Reference in New Issue
Block a user