diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-05-31 01:48:04 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-05-31 01:48:04 -0400 |
commit | 337721586f3997a0d385f87dd1fd793da3ecbdeb (patch) | |
tree | 028ab9119cf97408b09940527c3070a08641eed3 | |
parent | f198a8072e39373674923950cfb103bb5f87f542 (diff) | |
download | mongo-337721586f3997a0d385f87dd1fd793da3ecbdeb.tar.gz |
fix for real
-rw-r--r-- | jstests/bench_test2.js | 2 |
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 ); |