summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-05-31 01:48:04 -0400
committerEliot Horowitz <eliot@10gen.com>2011-05-31 01:48:04 -0400
commit337721586f3997a0d385f87dd1fd793da3ecbdeb (patch)
tree028ab9119cf97408b09940527c3070a08641eed3
parentf198a8072e39373674923950cfb103bb5f87f542 (diff)
downloadmongo-337721586f3997a0d385f87dd1fd793da3ecbdeb.tar.gz
fix for real
-rw-r--r--jstests/bench_test2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/bench_test2.js b/jstests/bench_test2.js
index e5668c88cb9..160f161ff8a 100644
--- a/jstests/bench_test2.js
+++ b/jstests/bench_test2.js
@@ -38,5 +38,5 @@ print( "Std: " + std )
print( "Min: " + min )
print( "Max: " + max )
-assert( std < 100 );
+assert( std < avg/2 );