Skip to content

Commit 123a78e

Browse files
committed
Simplify test262 page
1 parent f7ea145 commit 123a78e

File tree

1 file changed

+6
-55
lines changed

1 file changed

+6
-55
lines changed

test262/index.html

+6-55
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ <h2>Introduction</h2>
2020
<p>
2121
These are the results of the
2222
<a
23-
href="https://github.com/SerenityOS/serenity"
23+
href="https://github.com/LadybirdWebBrowser/ladybird"
2424
target="_blank"
2525
rel="noopener noreferrer"
26-
>SerenityOS</a
26+
>Ladybird</a
2727
>
2828
JavaScript engine, LibJS, running the official ECMAScript conformance
2929
test suite
@@ -43,55 +43,6 @@ <h2>Introduction</h2>
4343
every push to the master branch of the repository on GitHub. Dates and
4444
times are shown in your browser's timezone.
4545
</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-
>) &mdash; 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>
9546
</section>
9647
<section>
9748
<h2>Per-file results</h2>
@@ -105,15 +56,15 @@ <h2>Source code & Data</h2>
10556
<ul>
10657
<li>
10758
<a
108-
href="https://github.com/SerenityOS/libjs-test262"
59+
href="https://github.com/LadybirdWebBrowser/libjs-test262"
10960
target="_blank"
11061
rel="noopener noreferrer"
11162
>LibJS test262 runner and aggregation script</a
11263
>
11364
</li>
11465
<li>
11566
<a
116-
href="https://github.com/SerenityOS/libjs-website"
67+
href="https://github.com/LadybirdWebBrowser/libjs-website"
11768
target="_blank"
11869
rel="noopener noreferrer"
11970
>This website</a
@@ -124,15 +75,15 @@ <h2>Source code & Data</h2>
12475
<ul>
12576
<li>
12677
<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"
12879
target="_blank"
12980
rel="noopener noreferrer"
13081
>Results over time, used for the graphs below</a
13182
>
13283
</li>
13384
<li>
13485
<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"
13687
target="_blank"
13788
rel="noopener noreferrer"
13889
>Per-file results of the <code>master</code> branch</a

0 commit comments

Comments
 (0)