git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed by Adam.
[WebKit-https.git]
/
SunSpider
/
tests
/
access-binary-trees.js
diff --git
a/SunSpider/tests/access-binary-trees.js
b/SunSpider/tests/access-binary-trees.js
index
e293815
..
2f24e7d
100644
(file)
--- a/
SunSpider/tests/access-binary-trees.js
+++ b/
SunSpider/tests/access-binary-trees.js
@@
-28,7
+28,7
@@
function bottomUpTree(item,depth){
var ret;
var ret;
-for ( var n =
2; n <= 8; n *= 2
) {
+for ( var n =
4; n <= 7; n += 1
) {
var minDepth = 4;
var maxDepth = Math.max(minDepth + 2, n);
var stretchDepth = maxDepth + 1;
var minDepth = 4;
var maxDepth = Math.max(minDepth + 2, n);
var stretchDepth = maxDepth + 1;