Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ openTreeBenchmark
Function
openTreeBenchmark
modules/benchmarks/src/tree/test_utils.ts:35–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
export
function
openTreeBenchmark() {
36
browser.rootEl =
'#root'
;
37
openBrowser({
38
url:
''
,
39
ignoreBrowserSynchronization: true,
40
params: [{name:
'depth'
, value: 4}],
41
});
42
}
Callers
2
tree.e2e-spec.ts
File · 0.85
tree_detect_changes.e2e-spec.ts
File · 0.85
Calls
1
openBrowser
Function · 0.85
Tested by
no test coverage detected