Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.61 KB

File metadata and controls

40 lines (36 loc) · 2.61 KB

test262.fyi

Independent daily test262 (standard test suite) runner for many JS engines (test262.report spiritual successor). WIP.

Engines

Transpilers

  • Babel (old Node and Babel + core-js)
  • SWC (old Node and SWC + core-js)
  • Sucrase (old Node and Sucrase + core-js)

Engine variants

  • V8 with experimental opts
  • SM with experimental opts
  • JSC with experimental opts
  • Stable versions of engines

Features to do

  • Preview test262 PRs (changes only)
  • Data/graph over time
  • Diff individual engines(/runs)
  • Lookup JS runtime version -> JS engine version (Node, Deno, Bun, etc)
  • Measure times for each test, have "result view" and "time view"