Skip to content

Commit

Permalink
math in test is a bit fuzzy
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Apr 16, 2012
1 parent 0f24625 commit 458f5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jstests/padding.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ for (var i = 0; i < 1000; i++) {


// should have trended somewhat higher over the above. // should have trended somewhat higher over the above.
// speed of increase would be higher with more indexes. // speed of increase would be higher with more indexes.
assert(p.stats().paddingFactor > ps + 0.03 , "now: " + p.stats().paddingFactor + " ps: " + ps ); assert(p.stats().paddingFactor > ps + 0.02 , "now: " + p.stats().paddingFactor + " ps: " + ps );
p.drop(); p.drop();

0 comments on commit 458f5d6

Please sign in to comment.