summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-05-27 18:42:37 -0400
committerAaron <aaron@10gen.com>2009-05-27 18:42:37 -0400
commit266a5d97f81c9b10158b8647ff4e2e05eb1e2797 (patch)
tree95aeb256d404908d0caf13610fb75cd24c4e8673 /jstests
parente2120ef09f5e38f4bbb8dbe7998136271e92e3d2 (diff)
downloadmongo-266a5d97f81c9b10158b8647ff4e2e05eb1e2797.tar.gz
make 'scons startMongod smokeJsPerf' work
Diffstat (limited to 'jstests')
-rw-r--r--jstests/perf/find1.js2
-rw-r--r--jstests/perf/remove1.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/jstests/perf/find1.js b/jstests/perf/find1.js
index 82d518fe524..ecd94e52579 100644
--- a/jstests/perf/find1.js
+++ b/jstests/perf/find1.js
@@ -84,8 +84,6 @@ function testFindGTFrontBack(dbConn) {
}
-var db = connect( "ed_perf_find_tests" );
-
testSetup(db);
testFindLTFrontBack(db);
diff --git a/jstests/perf/remove1.js b/jstests/perf/remove1.js
index 67aa7a92dcb..3e1a1a6b71c 100644
--- a/jstests/perf/remove1.js
+++ b/jstests/perf/remove1.js
@@ -65,6 +65,4 @@ function testRemoveWithMultiField(dbConn) {
results.indexOnly / results.withAnother + " not in [0.65, 1.35]" );
}
-var db = connect( "ed_perf_remove1" );
-
testRemoveWithMultiField(db);