]> git.llucax.com Git - software/dgc/dgcbench.git/blobdiff - micro/tree.d
micro: Change constants to do a some more processing
[software/dgc/dgcbench.git] / micro / tree.d
index 005878e2b97679d1c83ca5286b056755a4137dab..a5179a3d2cd7867ddd7a6febafd119a75ffe105b 100644 (file)
@@ -25,8 +25,8 @@ TreeNode makeTree(int item, int depth) {
 }
 
 void main(char[][] args) {
 }
 
 void main(char[][] args) {
-       const minDepth = 4;
-       int n = 6; // 13;
+       const minDepth = 5;
+       int n = 15;
        int maxDepth = (minDepth + 2) > n ? minDepth + 2 : n;
 
        int check = makeTree(0, maxDepth + 1).check;
        int maxDepth = (minDepth + 2) > n ? minDepth + 2 : n;
 
        int check = makeTree(0, maxDepth + 1).check;