Skip to content

Commit 05e410f

Browse files
xy-54321jzhou77
andauthored
Update fdbserver/KeyValueStoreShardedRocksDB.actor.cpp
Co-authored-by: Jingyu Zhou <[email protected]>
1 parent 0649c23 commit 05e410f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdbserver/KeyValueStoreShardedRocksDB.actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3384,7 +3384,7 @@ TEST_CASE("perf/ShardedRocksDB/RangeClearUserKey") {
33843384

33853385
std::cout << "Restarted.\n";
33863386
i = 0;
3387-
for (; i < 20000; ++i) {
3387+
for (; i < deleteCount; ++i) {
33883388
key1 = format("prefix/%d", i);
33893389
key2 = format("prefix/%d", i + 1);
33903390

0 commit comments

Comments
 (0)