@@ -19,35 +19,41 @@ const suites: Array<
1919 // times: 10,
2020 // },
2121 {
22- title : 'create 1000x10 DOM nodes' ,
23- html : 'benchmark-dom-mutation.html' ,
24- eval : 'window.workload()' ,
25- times : 10 ,
26- } ,
27- {
28- title : 'create 1000x10x2 DOM nodes and remove a bunch of them' ,
29- html : 'benchmark-dom-mutation-add-and-remove.html' ,
30- eval : 'window.workload()' ,
31- times : 10 ,
32- } ,
33- {
34- title : 'create 1000 DOM nodes and append into its previous looped node' ,
35- html : 'benchmark-dom-mutation-multiple-descendant-add.html' ,
36- eval : 'window.workload()' ,
37- times : 5 ,
38- } ,
39- {
40- title : 'create 10000 DOM nodes and move it to new container' ,
41- html : 'benchmark-dom-mutation-add-and-move.html' ,
42- eval : 'window.workload()' ,
43- times : 5 ,
44- } ,
45- {
46- title : 'modify attributes on 10000 DOM nodes' ,
47- html : 'benchmark-dom-mutation-attributes.html' ,
22+ title : 'create 1000x 1 DOM nodes with deeply nested children' ,
23+ html : 'benchmark-dom-mutation-deep-nested.html' ,
4824 eval : 'window.workload()' ,
4925 times : 10 ,
5026 } ,
27+ // {
28+ // title: 'create 1000x10 DOM nodes',
29+ // html: 'benchmark-dom-mutation.html',
30+ // eval: 'window.workload()',
31+ // times: 10,
32+ // },
33+ // {
34+ // title: 'create 1000x10x2 DOM nodes and remove a bunch of them',
35+ // html: 'benchmark-dom-mutation-add-and-remove.html',
36+ // eval: 'window.workload()',
37+ // times: 10,
38+ // },
39+ // {
40+ // title: 'create 1000 DOM nodes and append into its previous looped node',
41+ // html: 'benchmark-dom-mutation-multiple-descendant-add.html',
42+ // eval: 'window.workload()',
43+ // times: 5,
44+ // },
45+ // {
46+ // title: 'create 10000 DOM nodes and move it to new container',
47+ // html: 'benchmark-dom-mutation-add-and-move.html',
48+ // eval: 'window.workload()',
49+ // times: 5,
50+ // },
51+ // {
52+ // title: 'modify attributes on 10000 DOM nodes',
53+ // html: 'benchmark-dom-mutation-attributes.html',
54+ // eval: 'window.workload()',
55+ // times: 10,
56+ // },
5157] ;
5258
5359function avg ( v : number [ ] ) : number {
0 commit comments