Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# What is JetStream?

JetStream 3 is a JavaScript and WebAssembly benchmark suite.
JetStream 3.0 is a JavaScript and WebAssembly benchmark suite.
For more information see the index and in-depth pages of the deployed benchmark.

A preview of the current main branch is available at [https://webkit-jetstream-preview.netlify.app/](https://webkit-jetstream-preview.netlify.app/).

<img src="./resources/screenshot.png">

## Open Governance
Expand Down
4 changes: 2 additions & 2 deletions in-depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

<head>
<meta charset="utf-8" />
<title>JetStream 3 In-Depth Analysis</title>
<title>JetStream 3.0 In-Depth Analysis</title>
<link rel="stylesheet" href="resources/JetStream.css">
</head>

<body class="in-depth overflow-scroll">
<h1 class="logo">
<div id="jetstreams">
<a href="index.html" class="logo-image">JetStream 3</a>
<a href="index.html" class="logo-image">JetStream 3.0</a>
</div>
</h1>
<main class="overflow-visible">
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<head>
<meta charset="utf-8" />

<title>JetStream 3</title>
<title>JetStream 3.0</title>

<link rel="stylesheet" href="resources/JetStream.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, viewport-fit=cover">
Expand Down Expand Up @@ -90,12 +90,12 @@
<body onload="initialize()" class="animate">
<h1 class="logo">
<div id="jetstreams">
<a href="index.html" class="logo-image">JetStream 3</a>
<a href="index.html" class="logo-image">JetStream 3.0</a>
</div>
</h1>

<main>
<p class="summary">JetStream 3 is a JavaScript and WebAssembly benchmark suite focused on the most advanced web applications. It rewards browsers that start up quickly, execute code quickly, and run smoothly. For more information, read the <a href="in-depth.html">in-depth analysis</a>. Bigger scores are better.</p>
<p class="summary">JetStream 3.0 is a JavaScript and WebAssembly benchmark suite focused on the most advanced web applications. It rewards browsers that start up quickly, execute code quickly, and run smoothly. For more information, read the <a href="in-depth.html">in-depth analysis</a>. Bigger scores are better.</p>
<div id="non-default-params">
<h2>Non-standard Parameters</h2>
<p>
Expand Down