File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const js_framework = {
44 id : 'js-framework-benchmark' ,
55 name : 'JS Framework Benchmark' ,
66 description :
7- 'The JS Framework Benchmark compares browser performance across a wide range of tests. Chrome 117 dataset. Lower is better.' ,
7+ 'The JS Framework Benchmark compares browser performance across a wide range of tests. Chrome 130 dataset. Lower is better.' ,
88 link : 'https://github.com/krausest/js-framework-benchmark' ,
99 scale : 'Time' ,
1010 data : [
@@ -13,37 +13,37 @@ const js_framework = {
1313 score : 1 ,
1414 } ,
1515 {
16- label : 'Solid 1.7.8 ' ,
16+ label : 'Solid 1.8.15 ' ,
1717 active : true ,
18- score : 1.08 ,
18+ score : 1.11 ,
1919 } ,
2020 {
2121 label : 'Inferno 8.2.2' ,
22- score : 1.1 ,
22+ score : 1.15 ,
2323 } ,
2424 {
25- label : 'Vue 3.3.4 ' ,
26- score : 1.24 ,
25+ label : 'Vue 3.5.3 ' ,
26+ score : 1.31 ,
2727 } ,
2828 {
29- label : 'Svelte 4 .0.0 ' ,
30- score : 1.33 ,
29+ label : 'Svelte 5 .0.5 ' ,
30+ score : 1.13 ,
3131 } ,
3232 {
33- label : 'Preact 10.13.1 ' ,
34- score : 1.4 ,
33+ label : 'Preact Classes 10.19.3 ' ,
34+ score : 1.43 ,
3535 } ,
3636 {
37- label : 'React 18.2.0' ,
38- score : 1.67 ,
37+ label : 'React Hooks 18.2.0' ,
38+ score : 1.61 ,
3939 } ,
4040 {
41- label : 'Angular 16.2.0 ' ,
42- score : 1.67 ,
41+ label : 'Angular 18.0.1 ' ,
42+ score : 1.45 ,
4343 } ,
4444 {
45- label : 'Ember 4.10 .0' ,
46- score : 2.01 ,
45+ label : 'Ember 5.3 .0' ,
46+ score : 2.09 ,
4747 } ,
4848 ] ,
4949} as GraphData ;
You can’t perform that action at this time.
0 commit comments