Skip to content

Commit 664db2d

Browse files
committed
update results for angular-ng, fullweb-helpers, fullweb-templates and react-easy-state. Add marker for imperative implementations.
1 parent 8936a9a commit 664db2d

File tree

11 files changed

+103
-299
lines changed

11 files changed

+103
-299
lines changed

frameworks/keyed/fullweb-helpers/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "FullWeb demo using the el helper",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersionFromPackage": "@fullweb/helpers"
7+
"frameworkVersionFromPackage": "@fullweb/helpers",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "rollup -c -w",

frameworks/keyed/fullweb-template/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "FullWeb demo using the template helper",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersionFromPackage": "@fullweb/helpers"
7+
"frameworkVersionFromPackage": "@fullweb/helpers",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "rollup -c -w",

frameworks/keyed/vanillajs-1/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Vanilla.JS demo",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersion": ""
7+
"frameworkVersion": "",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "exit 0",

frameworks/keyed/vanillajs-wc/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "1.0.0",
55
"description": "Vanilla.JS WebComponent demo",
66
"js-framework-benchmark": {
7-
"frameworkVersion": ""
7+
"frameworkVersion": "",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "exit 0",

frameworks/keyed/vanillajs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Vanilla.JS demo",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersion": ""
7+
"frameworkVersion": "",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "exit 0",

frameworks/non-keyed/vanillajs-1/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Vanilla.JS demo",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersion": ""
7+
"frameworkVersion": "",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "echo 0",

frameworks/non-keyed/vanillajs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Vanilla.JS demo",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersion": ""
7+
"frameworkVersion": "",
8+
"issues": [772]
89
},
910
"scripts": {
1011
"build-dev": "echo 0",

webdriver-ts-results/src/App.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ interface State {
2424
}
2525

2626
let knownIssues = [
27-
{issue: 634, text:"The HTML structure for the implementation is not fully correct.", link: "https://github.com/krausest/js-framework-benchmark/issues/634"},
28-
{issue: 694, text:"Keyed implementations must move the DOM nodes for swap rows ", link: "https://github.com/krausest/js-framework-benchmark/issues/694"},
27+
{issue: 634, text:"The HTML structure for the implementation is not fully correct.", link: "https://github.com/krausest/js-framework-benchmark/issues/634", isError: true},
28+
{issue: 694, text:"Keyed implementations must move the DOM nodes for swap rows ", link: "https://github.com/krausest/js-framework-benchmark/issues/694", isError: true},
29+
{issue: 772, text:"Note: Implementation is not data-driven ", link: "https://github.com/krausest/js-framework-benchmark/issues/772", isError: false},
2930
];
3031

3132

webdriver-ts-results/src/results.ts

+84-288
Large diffs are not rendered by default.

webdriver-ts-results/table.html

+1-1
Large diffs are not rendered by default.

webdriver-ts/results.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)