- 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.
21 lines
360 B
HTML
21 lines
360 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
|
|
<h2>Params</h2>
|
|
<form>
|
|
Iterations:
|
|
<input type="number" name="iterations" placeholder="iterations" value="500000">
|
|
<br>
|
|
<button>Apply</button>
|
|
</form>
|
|
|
|
<h2>Actions</h2>
|
|
<p>
|
|
<button id="ng2DetectChanges">Ng2 detect changes</button>
|
|
<button id="baselineDetectChanges">baselineDetectChanges</button>
|
|
</p>
|
|
|
|
$SCRIPTS$
|
|
|
|
</body> |