Skip to content

Commit f72aae1

Browse files
committed
Merge branch 'update-vue' of https://github.com/JereMiO/js-framework-benchmark into JereMiO-update-vue
2 parents 47714db + 7112332 commit f72aae1

File tree

161 files changed

+629
-42506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+629
-42506
lines changed

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"printWidth": 100,
2+
"printWidth": 120,
33
"tabWidth": 2,
44
"useTabs": false,
55
"semi": true,

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This will take some time (currently about 12 hours on my machine). Finally creat
103103
npm run results
104104
```
105105

106-
Open js-framework-benchmark/webdriver-ts-results/table.html in a browser and take a look at the results. You can open the result table with the link [http://localhost:8080/webdriver-ts-results/table.html](http://localhost:8080/webdriver-ts-results/table.html)
106+
Open js-framework-benchmark/webdriver-ts-results/table.html in a browser and take a look at the results. You can open the result table with the link [http://localhost:8080/webdriver-ts-results/dist/index.html](http://localhost:8080/webdriver-ts-results/dist/index.html)
107107

108108

109109
Here's what you should do when the benchmark run was not successful. Let's assume the benchmark printed the following to the console:
@@ -316,6 +316,7 @@ TL;DR:
316316
1. Install all of the root-level dependencies
317317
1. `cd js-framework-benchmark/`
318318
1. `npm ci` or `npm i`
319+
1. `npm run install-local`
319320
2. Make a new directory for your desired framework, for example Fast framework: `mkdir /frameworks/keyed/fast`
320321
3. Set up your new directory in whatever way is appropriate for that framework, for example:
321322
1. Set up prettier, eslint, dependencies (i.e. `@microsoft/fast-element`) etc
@@ -550,9 +551,23 @@ Thanks to Baptiste Augrain for making the benchmarks more sophisticated and addi
550551
551552
Frameworks without significant activity on github or npm for more than a year will be removed (_automatic commits like dependabot and minor updates, like docs editions, are ignored_).
552553
553-
Will be removed in future:
554+
## 2023-10-22
555+
The following frameworks were archived after chrome 118. Their last results are included in [chrome 118 results](https://krausest.github.io/js-framework-benchmark/2023/table_chrome_118.0.5993.70.html).
556+
- [x] 1more
557+
- [x] domdiff
558+
- [x] domvm
559+
- [x] endorphin
560+
- [x] etch
561+
- [x] heresy
562+
- [x] lighterhtml
563+
- [x] neverland
564+
- [x] resonatejs
565+
- [x] sledgehammer
566+
- [x] uhydro
567+
- [x] fullweb-helpers
568+
- [x] fullweb-template
569+
- [x] forgo
554570
555-
- [ ] crui Last significant commit Jul 28, 2019
556571
557572
## 2020-7-9
558573

frameworks/keyed/1more/app.js

Lines changed: 0 additions & 242 deletions
This file was deleted.

frameworks/keyed/1more/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)