Skip to content

Commit b453485

Browse files
committed
compiled and measured 224109
1 parent a07f3f5 commit b453485

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

measure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ The table blow is generated by calling `npm run generateReadmeTable`
3737
| - | - | 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 |
3838
| - | - | 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 |
3939
| - | - | 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 |
4141

4242

measure/results.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@
121121
},
122122
"revision": "224109",
123123
"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"
132132
}
133133
]

measure/scripts/measure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function parseAndPrintTestResults(resultLines) {
5151
_.forEach(TESTS, (test, name) => {
5252
const testValues = parseTestValues(resultLines, test);
5353
const testAverage = _.round(_.mean(testValues));
54-
console.log(`"${name}": "${testAverage},"`);
54+
console.log(`"${name}": "${testAverage}",`);
5555
});
5656
console.log('\n\n\n');
5757
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"config": {
2929
"webkitGTK": "2.18.2",
3030
"androidICU": "8.0.0_r34",
31-
"i18n": false
31+
"i18n": true
3232
}
3333
}

0 commit comments

Comments
 (0)