/** * Performance tests for removing ojects */ var removals = 100; var size = 500000; var collection_name = "remove_test"; var msg = "Hello from remove test"; function testSetup(dbConn) { var t = dbConn[collection_name]; t.drop(); t.ensureIndex( { num : 1 } ); for (var i=0; i