Clone and build Node for analysis:
$ git clone https://github.com/joyent/node.git
$ cd node
$ export GYP_DEFINES="v8_enable_disassembler=1 v8_object_print=1"
$ ./configure
$ make -j4
| <!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> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>perf test disable populate 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-disable-populate-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> |
| function getTime () { | |
| return new Date().getTime(); | |
| } | |
| function patchLoader (Y, loader) { | |
| var YUI = Y.config.global.YUI, | |
| seq = 0, | |
| methods, | |
| current, | |
| perf, |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>loader performance tests</title> | |
| </head> | |
| <body> | |
| <h1>tests</h1> | |
| <ul> |
| <html> | |
| <head> | |
| <script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js&2.8.2r1/build/utilities/utilities.js&2.8.2r1/build/container/container-min.js&2.8.2r1/build/menu/menu-min.js&2.8.2r1/build/element/element-min.js&2.8.2r1/build/button/button-min.js&2.8.2r1/build/tabview/tabview-min.js&3.3.0/build/yui/yui-min.js&3.3.0/build/datatype/datatype-xml-parse-min.js"></script> | |
| <script type="text/javascript" src="http://yep.video.yahoo.com/js/3/videoplayer-min.js"></script> | |
| <script type="text/javascript"> | |
| YUI().use('videoplayer', 'console', 'node', function(Y){ | |
| var obj = new Object(); | |
| obj.id='player'; |
| <html> | |
| <head> | |
| <script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js&2.8.2r1/build/utilities/utilities.js&2.8.2r1/build/container/container-min.js&2.8.2r1/build/menu/menu-min.js&2.8.2r1/build/element/element-min.js&2.8.2r1/build/button/button-min.js&2.8.2r1/build/tabview/tabview-min.js&3.3.0/build/yui/yui-min.js&3.3.0/build/datatype/datatype-xml-parse-min.js"></script> | |
| <script type="text/javascript" src="http://yep.video.yahoo.com/js/3/videoplayer-min.js"></script> | |
| <script type="text/javascript"> | |
| YUI().use('videoplayer', 'console', 'node', function(Y){ |
| div { | |
| padding: 20px 0; | |
| margin: 5px 0; | |
| background-color: lightgreen; | |
| outline: 1px solid blue; | |
| display: inline-block; | |
| } | |
| a { | |
| background-color: yellow; | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <h1>ValidityState.patternMismatch test</h1> |
| <template> | |
| <p>foobarbaz</p> | |
| <div lwc:dom="manual"></div> | |
| <my-foobarbaz lwc:external foo="barbaz">lwc:external</my-foobarbaz> | |
| </template |