Skip to content

Commit

Permalink
Switch import of test262/Wasm test results to libjs-data
Browse files Browse the repository at this point in the history
  • Loading branch information
trflynn89 committed Oct 31, 2023
1 parent 4d5f78c commit 5a32761
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

REPOSITORY="${TEST262_DATA_REPOSITORY:-SerenityOS/libjs-test262-data}"
REPOSITORY="${TEST262_DATA_REPOSITORY:-SerenityOS/libjs-data}"

mkdir -p test262/data wasm/data

Expand Down
4 changes: 2 additions & 2 deletions test262/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ <h2>Source code & Data</h2>
<ul>
<li>
<a
href="https://github.com/SerenityOS/libjs-test262-data/blob/master/test262/results.json"
href="https://github.com/SerenityOS/libjs-data/blob/master/test262/results.json"
target="_blank"
rel="noopener noreferrer"
>Results over time, used for the graphs below</a
>
</li>
<li>
<a
href="https://github.com/SerenityOS/libjs-test262-data/blob/master/test262/per-file-master.json"
href="https://github.com/SerenityOS/libjs-data/blob/master/test262/per-file-master.json"
target="_blank"
rel="noopener noreferrer"
>Per-file results of the <code>master</code> branch</a
Expand Down
4 changes: 2 additions & 2 deletions wasm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ <h2>Source code & Data</h2>
<ul>
<li>
<a
href="https://github.com/SerenityOS/libjs-test262-data/blob/master/wasm/results.json"
href="https://github.com/SerenityOS/libjs-data/blob/master/wasm/results.json"
target="_blank"
rel="noopener noreferrer"
>Results over time, used for the graphs below</a
>
</li>
<li>
<a
href="https://github.com/SerenityOS/libjs-test262-data/blob/master/wasm/per-file-master.json"
href="https://github.com/SerenityOS/libjs-data/blob/master/wasm/per-file-master.json"
target="_blank"
rel="noopener noreferrer"
>Per-file results of the <code>master</code> branch</a
Expand Down

0 comments on commit 5a32761

Please sign in to comment.