mirror of https://gitee.com/bigwinds/arangodb
Fixed test file still calling warmup
This commit is contained in:
parent
fef243cc71
commit
830769dcb5
|
@ -427,7 +427,7 @@ function CollectionSuite () {
|
|||
}
|
||||
});
|
||||
|
||||
c.warmup();
|
||||
c.loadIndexesIntoMemory();
|
||||
|
||||
// checking if edge cach grew
|
||||
idxs = c.getIndexes(true);
|
||||
|
|
Loading…
Reference in New Issue