mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
Use knob for remap cleanup window in write speed test.
This commit is contained in:
parent
e646361501
commit
5268dbe1ec
@ -7331,7 +7331,7 @@ TEST_CASE("!/redwood/performance/set") {
|
||||
state int maxConsecutiveRun = 10;
|
||||
state char firstKeyChar = 'a';
|
||||
state char lastKeyChar = 'm';
|
||||
state Version remapCleanupWindow = 100;
|
||||
state Version remapCleanupWindow = SERVER_KNOBS->REDWOOD_REMAP_CLEANUP_WINDOW;
|
||||
|
||||
printf("pageSize: %d\n", pageSize);
|
||||
printf("pageCacheBytes: %" PRId64 "\n", pageCacheBytes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user