Last active
January 4, 2016 21:18
-
-
Save ekashida/8679616 to your computer and use it in GitHub Desktop.
perf test baseline with both core and application modules
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>perf test baseline with both core and application modules</title> | |
</head> | |
<body> | |
<script src="https://rawgithub.com/ekashida/8679996/raw/12ac7814ea05341584e47db16c6ddaf148fd31bf/setup.js"></script> | |
<script src="https://rawgithub.com/ekashida/yui3/perf-hooks-built/build/yui/yui-debug.js"></script> | |
<script src="https://s.yimg.com/zz/combo?os/mit/td/td-server-my-0.1.548/asset-loader-988bf153.js"></script> | |
<script> | |
YUI().use('node', function (Y) { | |
var perf = JSON.stringify(YUI.Env.perf, null, 4); | |
Y.one('body').setContent('<pre>' + perf + '</pre>'); | |
console.log(perf); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment