Last active
January 4, 2016 21:19
-
-
Save ekashida/8680134 to your computer and use it in GitHub Desktop.
loader performance tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>loader performance tests</title> | |
</head> | |
<body> | |
<h1>tests</h1> | |
<ul> | |
<lh>baseline with only core modules</lh> | |
<li><a href="https://gist.github.com/ekashida/8607839">gist</a></li> | |
<li><a href="https://jsbin.com/gist/ekashida/8607839">jsbin (unresolved)</a></li> | |
<li><a href="http://jsbin.com/iyoHINE/1/edit">jsbin (resolved but potentially out-of-date)</a></li> | |
</ul> | |
<ul> | |
<lh>baseline with both core and application modules</lh> | |
<li><a href="https://gist.github.com/ekashida/8679616">gist</a></li> | |
<li><a href="https://jsbin.com/gist/ekashida/8679616">jsbin (unresolved)</a></li> | |
<li><a href="http://jsbin.com/ASUcArO/1/edit">jsbin (resolved but potentially out-of-date)</a></li> | |
</ul> | |
<ul> | |
<lh>disable populate with only core modules</lh> | |
<li><a href="https://gist.github.com/ekashida/8677632">gist</a></li> | |
<li><a href="https://jsbin.com/gist/ekashida/8677632">jsbin (unresolved)</a></li> | |
<li><a href="http://jsbin.com/oGaBiBiF/1/edit">jsbin (resolved but potentially out-of-date)</a></li> | |
</ul> | |
<ul> | |
<lh>disable populate with both core and application modules</lh> | |
<li><a href="https://gist.github.com/ekashida/8679933">gist</a></li> | |
<li><a href="https://jsbin.com/gist/ekashida/8679933">jsbin (unresolved)</a></li> | |
<li><a href="http://jsbin.com/AloVUkuC/1/edit">jsbin (resolved but potentially out-of-date)</a></li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment