diff options
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/noPassthroughWithMongod/getmore_performance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/getmore_performance.js b/jstests/noPassthroughWithMongod/getmore_performance.js index b0138213c19..810727fba4d 100644 --- a/jstests/noPassthroughWithMongod/getmore_performance.js +++ b/jstests/noPassthroughWithMongod/getmore_performance.js @@ -47,6 +47,7 @@ var doTest = function() { mongod = startMongodNoReset( '--port', port, '--dbpath', dbpath ); sleep(50); testDB = new Mongo('localhost:' + port).getDB(baseName); + func(testDB); var firstPass = time(func, testDB); var secondPass = time(func, testDB); stopMongod(port, 15); |