File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ The table blow is generated by calling `npm run generateReadmeTable`
37
37
| - | - | webkitGTK:2.17.1<br />androidICU:7.1.2_r11<br />i18n: false <br />env: nobabel <br /> | 216113 | 2017-05-03 | 560 | 480 | 3300 | 1850 | 410 | 900 | 1350 | 5.9/8.8 |
38
38
| - | - | webkitGTK:2.17.1<br />androidICU:7.1.2_r11<br />i18n: false <br />env: nojit <br /> | 216113 | 2017-05-03 | 563 | 1045 | 9164 | 3856 | 574 | 900 | 1165 | 5.9/8.8 |
39
39
| - | - | webkitGTK:2.18.2<br />androidICU:8.0.0_r34<br />i18n: false <br /> | 224109 | 2017-10-27 | 575 | 461 | 3148 | 1884 | 423 | 899 | 1182 | 7.7/11 |
40
- | - | - | webkitGTK:2.18.2<br />androidICU:8.0.0_r34<br />i18n: true <br /> | 224109 | 2017-10-27 | TODO | TODO | TODO | TODO | TODO | TODO | TODO | TODO |
40
+ | - | - | webkitGTK:2.18.2<br />androidICU:8.0.0_r34<br />i18n: true <br /> | 224109 | 2017-10-27 | 598 | 462 | 3115 | 1885 | 415 | 911 | 1094 | 14/18 |
41
41
42
42
Original file line number Diff line number Diff line change 121
121
},
122
122
"revision" : " 224109" ,
123
123
"revisionDate" : " 2017-10-27" ,
124
- "tti" : " TODO " ,
125
- "sunspider" : " TODO " ,
126
- "jetstream" : " TODO " ,
127
- "octane2" : " TODO " ,
128
- "sixspeed" : " TODO " ,
129
- "renderflat" : " TODO " ,
130
- "renderdeep" : " TODO " ,
131
- "size" : " TODO "
124
+ "tti" : " 598 " ,
125
+ "sunspider" : " 462 " ,
126
+ "jetstream" : " 3115 " ,
127
+ "octane2" : " 1885 " ,
128
+ "sixspeed" : " 415 " ,
129
+ "renderflat" : " 911 " ,
130
+ "renderdeep" : " 1094 " ,
131
+ "size" : " 14/18 "
132
132
}
133
133
]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function parseAndPrintTestResults(resultLines) {
51
51
_ . forEach ( TESTS , ( test , name ) => {
52
52
const testValues = parseTestValues ( resultLines , test ) ;
53
53
const testAverage = _ . round ( _ . mean ( testValues ) ) ;
54
- console . log ( `"${ name } ": "${ testAverage } ," ` ) ;
54
+ console . log ( `"${ name } ": "${ testAverage } ", ` ) ;
55
55
} ) ;
56
56
console . log ( '\n\n\n' ) ;
57
57
}
Original file line number Diff line number Diff line change 28
28
"config" : {
29
29
"webkitGTK" : " 2.18.2" ,
30
30
"androidICU" : " 8.0.0_r34" ,
31
- "i18n" : false
31
+ "i18n" : true
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments