Skip to content

Commit

Permalink
compiled and measured 224109
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZlotin committed Jun 4, 2018
1 parent a07f3f5 commit b453485
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion measure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ The table blow is generated by calling `npm run generateReadmeTable`
| - | - | 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 |
| - | - | 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 |
| - | - | 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 |
| - | - | 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 |
| - | - | 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 |


16 changes: 8 additions & 8 deletions measure/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@
},
"revision": "224109",
"revisionDate": "2017-10-27",
"tti": "TODO",
"sunspider": "TODO",
"jetstream": "TODO",
"octane2": "TODO",
"sixspeed": "TODO",
"renderflat": "TODO",
"renderdeep": "TODO",
"size": "TODO"
"tti": "598",
"sunspider": "462",
"jetstream": "3115",
"octane2": "1885",
"sixspeed": "415",
"renderflat": "911",
"renderdeep": "1094",
"size": "14/18"
}
]
2 changes: 1 addition & 1 deletion measure/scripts/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function parseAndPrintTestResults(resultLines) {
_.forEach(TESTS, (test, name) => {
const testValues = parseTestValues(resultLines, test);
const testAverage = _.round(_.mean(testValues));
console.log(`"${name}": "${testAverage},"`);
console.log(`"${name}": "${testAverage}",`);
});
console.log('\n\n\n');
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"config": {
"webkitGTK": "2.18.2",
"androidICU": "8.0.0_r34",
"i18n": false
"i18n": true
}
}

0 comments on commit b453485

Please sign in to comment.