From 830769dcb53da630e308da7b9a2c8b1ec55152fe Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Mon, 12 Jun 2017 23:46:43 +0200 Subject: [PATCH] Fixed test file still calling warmup --- js/common/tests/shell/shell-collection-rocksdb-noncluster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/tests/shell/shell-collection-rocksdb-noncluster.js b/js/common/tests/shell/shell-collection-rocksdb-noncluster.js index e71c18ea39..04dd8a35d8 100644 --- a/js/common/tests/shell/shell-collection-rocksdb-noncluster.js +++ b/js/common/tests/shell/shell-collection-rocksdb-noncluster.js @@ -427,7 +427,7 @@ function CollectionSuite () { } }); - c.warmup(); + c.loadIndexesIntoMemory(); // checking if edge cach grew idxs = c.getIndexes(true);