- June 18-20th, 2013
- Santa Clara Convention Center
- Slide Decks
- YouTube playlist
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> | |
| <script src='http://yui.yahooapis.com/3.10.2/build/yui/yui-min.js'></script> | |
| <script src='reqyuire.js'></script> | |
| </head> | |
| <body> | |
| <script> | |
| require.config({ | |
| paths: { |
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
| Promise creation | |
| ┌──────────────┬───────────────────────────────────┬────────────────────────────────────┬────────────────────────────────┐ | |
| │ │ Chrome │ Safari │ Firefox │ | |
| ├──────────────┼───────────────────────────────────┼────────────────────────────────────┼────────────────────────────────┤ | |
| │ v3.9.1 │ 8982495.01hz ±3.53% (4% slower) │ 1529537.13hz ±2.62% (11% slower) │ 369421.66hz ±3.75% (Fastest) │ | |
| │ v3.10.3 │ 9013158.14hz ±2.92% (4% slower) │ 1639490.93hz ±2.75% (3% slower) │ 342193.57hz ±5.09% (8% slower)│ | |
| │ v3.11.0pr1 │ 9330503.41hz ±1.43% (Fastest) │ 1696566.88hz ±1.51% (Fastest) │ 354362.87hz ±4.05% (4% slower)│ | |
| └──────────────┴───────────────────────────────────┴────────────────────────────────────┴────────────────────────────────┘ | |
| Single callback resolution |
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
| // Obfuscated | |
| function (t) { | |
| var r1365158103887, | |
| s1365158103887, | |
| m1365158103887 = this, | |
| f1365158103887 = m1365158103887.fn, | |
| i1365158103887 = m1365158103887.count, | |
| n1365158103887 = t1365158103887.ns; // no operation performed | |
| s1365158103887 = n1365158103887.now(); | |
| while (i1365158103887--) { |
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
| yogi [info] using [email protected] on [email protected] | |
| yogi [info] using module: anim | |
| yogi [info] running lint on source files | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-color.js | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-curve.js | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-easing.js | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-node-plugin.js | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-scroll.js | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-shape.js | |
| /Users/derek/src/yui/yui3/src/anim/js/anim-xy.js |
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
| [ | |
| { | |
| "unit": "Hz", | |
| "name": "Y.Model: Instantiate a bare model", | |
| "value": 5818.296044147161, | |
| "stats": { | |
| "moe": 0.0000014629321229748081, | |
| "rme": 0.8511772183960135, | |
| "sem": 7.463939402932695e-7, | |
| "deviation": 0.0000061549221083002235, |
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
| ┌─ attribute-base | |
| ├─ attribute-complex | |
| ├─ attribute-core | |
| ├─ attribute-extras | |
| ├─ attribute-observable | |
| ├─ base-base | |
| ├─ base-core | |
| ├─ base-observable | |
| ├─ base-pluginhost |
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
| var suite = new PerfSuite('pathogen prefix tree compression', { | |
| assets: ['assets/gallery-pathogen-encoder-min.js'], | |
| yui: { | |
| use: ['gallery-pathogen-encoder'], | |
| config: { | |
| modules: { | |
| 'gallery-pathogen-encoder': 'assets/gallery-pathogen-encoder-min.js' | |
| } | |
| } | |
| }, |