Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

docs(spec): correct depth in comment #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tree_benchmark.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down