mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
clarify first metric
This commit is contained in:
parent
93a68a531a
commit
e34554398f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@
|
|||
<div id="mount"></div>
|
||||
<script>start = performance.now();</script>
|
||||
<script src="dist/bundle.js"></script>
|
||||
<script>console.log(performance.now() - start);</script>
|
||||
<script>console.log('bundle init:', performance.now() - start);</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue