@@ -20,10 +20,10 @@ <h2>Introduction</h2>
20
20
< p >
21
21
These are the results of the
22
22
< a
23
- href ="https://github.com/SerenityOS/serenity "
23
+ href ="https://github.com/LadybirdWebBrowser/ladybird "
24
24
target ="_blank "
25
25
rel ="noopener noreferrer "
26
- > SerenityOS </ a
26
+ > Ladybird </ a
27
27
>
28
28
JavaScript engine, LibJS, running the official ECMAScript conformance
29
29
test suite
@@ -43,55 +43,6 @@ <h2>Introduction</h2>
43
43
every push to the master branch of the repository on GitHub. Dates and
44
44
times are shown in your browser's timezone.
45
45
</ p >
46
- < p > Some milestones:</ p >
47
- < ul >
48
- < li >
49
- Development of the engine started in March 2020 (see
50
- < a
51
- href ="https://www.youtube.com/watch?v=byNwCHc_IIM "
52
- target ="_blank "
53
- rel ="noopener noreferrer "
54
- > this YouTube video</ a
55
- > )
56
- </ li >
57
- < li >
58
- Continuous running of test262 started in June 2021 (see
59
- < a
60
- href ="https://github.com/SerenityOS/serenity/pull/7816 "
61
- target ="_blank "
62
- rel ="noopener noreferrer "
63
- > this PR on GitHub</ a
64
- > ) — results before that time are not available
65
- </ li >
66
- < li >
67
- In October 2021
68
- < a
69
- href ="https://github.com/davidot "
70
- target ="_blank "
71
- rel ="noopener noreferrer "
72
- > David</ a
73
- >
74
- reimplemented the test runner to use a streaming architecture (see
75
- < a
76
- href ="https://github.com/linusg/libjs-test262/pull/34 "
77
- target ="_blank "
78
- rel ="noopener noreferrer "
79
- > this PR on GitHub</ a
80
- > ), resulting in a large performance improvement (the part that
81
- looks like a cliff).
82
- </ li >
83
- </ ul >
84
- < p >
85
- If you have any questions or want to help out with improving these
86
- test scores, feel free to get in touch on the
87
- < a
88
- href ="https://discord.gg/serenityos "
89
- target ="_blank "
90
- rel ="noopener noreferrer "
91
- > SerenityOS Discord server</ a
92
- >
93
- (< code > #js</ code > ).
94
- </ p >
95
46
</ section >
96
47
< section >
97
48
< h2 > Per-file results</ h2 >
@@ -105,15 +56,15 @@ <h2>Source code & Data</h2>
105
56
< ul >
106
57
< li >
107
58
< a
108
- href ="https://github.com/SerenityOS /libjs-test262 "
59
+ href ="https://github.com/LadybirdWebBrowser /libjs-test262 "
109
60
target ="_blank "
110
61
rel ="noopener noreferrer "
111
62
> LibJS test262 runner and aggregation script</ a
112
63
>
113
64
</ li >
114
65
< li >
115
66
< a
116
- href ="https://github.com/SerenityOS /libjs-website "
67
+ href ="https://github.com/LadybirdWebBrowser /libjs-website "
117
68
target ="_blank "
118
69
rel ="noopener noreferrer "
119
70
> This website</ a
@@ -124,15 +75,15 @@ <h2>Source code & Data</h2>
124
75
< ul >
125
76
< li >
126
77
< a
127
- href ="https://github.com/SerenityOS /libjs-data/blob/master/test262/results.json "
78
+ href ="https://github.com/LadybirdWebBrowser /libjs-data/blob/master/test262/results.json "
128
79
target ="_blank "
129
80
rel ="noopener noreferrer "
130
81
> Results over time, used for the graphs below</ a
131
82
>
132
83
</ li >
133
84
< li >
134
85
< a
135
- href ="https://github.com/SerenityOS /libjs-data/blob/master/test262/per-file-master.json "
86
+ href ="https://github.com/LadybirdWebBrowser /libjs-data/blob/master/test262/per-file-master.json "
136
87
target ="_blank "
137
88
rel ="noopener noreferrer "
138
89
> Per-file results of the < code > master</ code > branch</ a
0 commit comments