
- adds console and cloud reporter (via Google BigQuery). - makes parameters of tests explicit and modifiable. - removes `detect` and `ignoreGc` mode from benchpress as these can result in unstable numbers.
25 lines
379 B
HTML
25 lines
379 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
|
|
<h2>Params</h2>
|
|
<form>
|
|
Depth:
|
|
<input type="number" name="depth" placeholder="depth" value="9">
|
|
<br>
|
|
<button>Apply</button>
|
|
</form>
|
|
|
|
<h2>AngularJS/Dart 1.x tree benchmark</h2>
|
|
<p>
|
|
<button id="destroyDom">destroyDom</button>
|
|
<button id="createDom">createDom</button>
|
|
</p>
|
|
|
|
<div>
|
|
<tree data="initData"></tree>
|
|
</div>
|
|
|
|
$SCRIPTS$
|
|
</body>
|
|
</html> |