Skip to content

Commit 6273ad3

Browse files
authored
Merge pull request #557 from birkskyum/update-js-framework-bench
Update JS framework bench chrome 130
2 parents 84d5720 + 873d54f commit 6273ad3

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

src/pages/Benchmarks.data.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)