From 24889cead5c6f0e11d7659af4e4388161d641918 Mon Sep 17 00:00:00 2001 From: mboughaba Date: Sun, 14 Oct 2018 19:08:09 +0200 Subject: [PATCH] docs(spec): correct depth in comment --- tree_benchmark.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree_benchmark.spec.js b/tree_benchmark.spec.js index 82c53b0..903d609 100644 --- a/tree_benchmark.spec.js +++ b/tree_benchmark.spec.js @@ -16,7 +16,7 @@ describe('deep tree baseline', function() { var depth = 11; //Tells protractor this isn't an Angular 1 application browser.ignoreSynchronization = true; - //Load the benchmark, with a tree depth of 9 + //Load the benchmark, with a tree depth of 11 browser.get('http://localhost:8080/tree.html?depth='+depth); /* * Tell benchpress to click the buttons to destroy and re-create the tree for each sample.