0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

test faster

This commit is contained in:
Eliot Horowitz 2010-08-26 17:17:05 -04:00
parent b5495c7d82
commit aed53aef99

View File

@ -24,7 +24,7 @@ function op() {
s = startParallelShell( "print( 'starting forked:' + Date() ); for ( i=0; i<500000; i++ ){ db.currentOp(); } print( 'ending forked:' + Date() ); " )
print( "starting eval: " + Date() )
for ( i=0; i<50000; i++ ){
for ( i=0; i<20000; i++ ){
db.eval( "db.jstests_evalc.count( {i:10} );" );
}
print( "end eval: " + Date() )