Skip to content

Commit ef29542

Browse files
committed
updated results for chrome 78
1 parent 85a0222 commit ef29542

File tree

7 files changed

+2210
-2193
lines changed

7 files changed

+2210
-2193
lines changed

frameworks/keyed/miso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"David Johnson"
99
],
1010
"js-framework-benchmark": {
11-
"frameworkVersion": "1.1.0.0",
11+
"frameworkVersion": "1.3.0",
1212
"customURL": "/dist-bundle"
1313
},
1414
"homepage": "https://github.com/krausest/js-framework-benchmark",

frameworks/non-keyed/miso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"David Johnson"
99
],
1010
"js-framework-benchmark": {
11-
"frameworkVersion": "1.1.0.0",
11+
"frameworkVersion": "1.3.0",
1212
"customURL": "/dist-bundle"
1313
},
1414
"homepage": "https://github.com/krausest/js-framework-benchmark",

webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class App extends React.Component<{}, State> {
182182
return (
183183
<div>
184184
{disclaimer}
185-
<p>The benchmark was run on a Razer Blade 15 Advanced (i7-8750H, 32 GB RAM, Ubuntu 19.10 (Linux 5.3.0-18, mitigations=off), Chrome 77.0.3865.120 (64-bit))</p>
185+
<p>The benchmark was run on a Razer Blade 15 Advanced (i7-8750H, 32 GB RAM, Ubuntu 19.10 (Linux 5.3.0-19, mitigations=off), Chrome 78.0.3904.70 (64-bit))</p>
186186
<SelectBar benchmarksCPU={this.state.benchmarksCPU}
187187
benchmarksStartup={this.state.benchmarksStartup}
188188
benchmarksMEM={this.state.benchmarksMEM}

webdriver-ts-results/src/results.ts

Lines changed: 2191 additions & 2174 deletions
Large diffs are not rendered by default.

webdriver-ts-results/table.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

webdriver-ts/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
"author": "",
2525
"license": "Apache-2.0",
2626
"devDependencies": {
27-
"@types/lodash": "4.14.138",
28-
"@types/node": "12.7.3",
29-
"@types/ramda": "0.26.21",
30-
"@types/selenium-webdriver": "4.0.2",
31-
"@types/semver": "6.0.1",
32-
"@types/yargs": "13.0.2",
33-
"dockerode": "^2.5.8",
27+
"@types/lodash": "4.14.144",
28+
"@types/node": "12.12.5",
29+
"@types/ramda": "0.26.33",
30+
"@types/selenium-webdriver": "4.0.5",
31+
"@types/semver": "6.2.0",
32+
"@types/yargs": "13.0.3",
33+
"dockerode": "^3.0.2",
3434
"rimraf": "^3.0.0",
35-
"ts-node": "8.3.0",
36-
"typescript": "3.6.2"
35+
"ts-node": "8.4.1",
36+
"typescript": "3.6.4"
3737
},
3838
"dependencies": {
3939
"axios": "^0.19.0",
40-
"cross-env": "5.2.1",
41-
"chromedriver": "76.0.1",
40+
"cross-env": "6.0.3",
41+
"chromedriver": "78.0.1",
4242
"dot": "1.1.2",
4343
"jstat": "1.9.1",
44-
"lighthouse": "5.2.0",
44+
"lighthouse": "5.6.0",
4545
"lodash": "4.17.15",
4646
"ramda": "0.26.1",
4747
"selenium-webdriver": "4.0.0-alpha.1",
48-
"yargs": "14.0.0",
49-
"npm-check-updates": "3.1.21",
48+
"yargs": "14.2.0",
49+
"npm-check-updates": "3.2.0",
5050
"semver": "6.3.0"
5151
}
5252
}

webdriver-ts/results.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)