Skip to content

Instantly share code, notes, and snippets.

@ekashida
Last active January 4, 2016 21:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekashida/8680134 to your computer and use it in GitHub Desktop.
Save ekashida/8680134 to your computer and use it in GitHub Desktop.
loader performance tests
<!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