2019-04-04 15:03:40 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<!-- Prevent the browser from requesting any favicon. -->
|
|
|
|
<link rel="icon" href="data:,">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>Change Detection Benchmark</h1>
|
|
|
|
<div id="rendererMode">...</div>
|
|
|
|
|
2019-09-09 17:34:09 -07:00
|
|
|
<benchmark-root>Loading...</benchmark-root>
|
2019-11-22 13:12:05 -08:00
|
|
|
|
2019-11-25 13:46:16 -08:00
|
|
|
<!--load location for ts_devserver-->
|
|
|
|
<script src="/app_bundle.js"></script>
|
2019-04-04 15:03:40 -07:00
|
|
|
</body>
|
|
|
|
|
2019-09-09 17:34:09 -07:00
|
|
|
</html>
|