Skip to content

Commit

Permalink
test262: Show JIT in per-file results
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrising authored and alimpfard committed Nov 6, 2023
1 parent 0bd4bb5 commit 1dc2cd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test262/per-file/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ <h2>Per-file results</h2>
<script>
window.config = {
initialPathInTree: "test",
loadPathsAndModes: [["test262/per-file-master.json", ""]],
loadPathsAndModes: [
["test262/per-file-master.json", "Interpreter"],
["test262/per-file-master-jit.json", "JIT"],
],
generateGitHubURLFromTestPath(filepath) {
return `https://github.com/tc39/test262/tree/main/${filepath}`;
},
Expand Down

0 comments on commit 1dc2cd5

Please sign in to comment.