Update the compile benchmark to allow the Dart transformer to properly generate the getters, setters, & methods needed. This also improves the method of duplicating the source templates, further decreasing runtime from ~5s to ~2s.
22 lines
359 B
HTML
22 lines
359 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
|
|
<h2>Params</h2>
|
|
<form>
|
|
Elements:
|
|
<input type="number" name="elements" placeholder="elements" value="150">
|
|
<br>
|
|
<button>Apply</button>
|
|
</form>
|
|
|
|
<h2>Actions</h2>
|
|
<p>
|
|
<button id="compileWithBindings">CompileWithBindings</button>
|
|
<button id="compileNoBindings">CompileNoBindings</button>
|
|
</p>
|
|
$SCRIPTS$
|
|
|
|
</body>
|
|
</html>
|