perf: add button for profiling tree benchmark

This commit is contained in:
Misko Hevery
2015-01-07 21:58:40 -08:00
parent 2e1feec257
commit 6e9f48564f
4 changed files with 30 additions and 2 deletions

View File

@ -6,12 +6,16 @@
<p>
<button id="ng2DestroyDom">destroyDom</button>
<button id="ng2CreateDom">createDom</button>
<button id="ng2UpdateDomProfile">profile updateDom</button>
<button id="ng2CreateDomProfile">profile createDom</button>
</p>
<h2>Baseline tree benchmark</h2>
<p>
<button id="baselineDestroyDom">destroyDom</button>
<button id="baselineCreateDom">createDom</button>
<button id="baselineUpdateDomProfile">profile updateDom</button>
<button id="baselineCreateDomProfile">profile createDom</button>
</p>
<div>