2016-08-26 12:27:24 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2>Params</h2>
|
|
|
|
<form>
|
|
|
|
Depth:
|
|
|
|
<input type="number" name="depth" placeholder="depth" value="9">
|
|
|
|
<br>
|
|
|
|
<button>Apply</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<h2>Angular2 tree benchmark</h2>
|
|
|
|
<p>
|
|
|
|
<button id="destroyDom">destroyDom</button>
|
|
|
|
<button id="createDom">createDom</button>
|
|
|
|
<button id="updateDomProfile">profile updateDom</button>
|
|
|
|
<button id="createDomProfile">profile createDom</button>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div>
|
2016-08-30 14:17:37 -07:00
|
|
|
<tree id="root"></tree>
|
2016-08-26 12:27:24 -07:00
|
|
|
</div>
|
|
|
|
|
2016-08-30 14:17:37 -07:00
|
|
|
<script src="../../bootstrap_ng2.js"></script>
|
2016-08-26 12:27:24 -07:00
|
|
|
</body>
|
|
|
|
</html>
|