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
10 changes: 5 additions & 5 deletions JetStreamDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (!isInBrowser && JetStreamParams.prefetchResources) {

// Load a polyfill for TextEncoder/TextDecoder in shells. Used when
// decompressing a prefetched resource and converting it to text.
load("./polyfills/fast-text-encoding/1.0.3/text.js");
load("./utils/polyfills/fast-text-encoding/1.0.3/text.js");
}

// Used for the promise representing the current benchmark run.
Expand Down Expand Up @@ -2432,7 +2432,7 @@ let BENCHMARKS = [
new WasmEMCCBenchmark({
name: "sqlite3-wasm",
files: [
"./polyfills/fast-text-encoding/1.0.3/text.js",
"./utils/polyfills/fast-text-encoding/1.0.3/text.js",
"./sqlite3/benchmark.js",
"./sqlite3/build/jswasm/speedtest1.js",
],
Expand Down Expand Up @@ -2497,7 +2497,7 @@ let BENCHMARKS = [
new AsyncBenchmark({
name: "transformersjs-bert-wasm",
files: [
"./polyfills/fast-text-encoding/1.0.3/text.js",
"./utils/polyfills/fast-text-encoding/1.0.3/text.js",
"./transformersjs/benchmark.js",
"./transformersjs/task-bert.js",
],
Expand All @@ -2519,7 +2519,7 @@ let BENCHMARKS = [
new AsyncBenchmark({
name: "transformersjs-whisper-wasm",
files: [
"./polyfills/fast-text-encoding/1.0.3/text.js",
"./utils/polyfills/fast-text-encoding/1.0.3/text.js",
"./transformersjs/benchmark.js",
"./transformersjs/task-whisper.js",
],
Expand Down Expand Up @@ -2812,7 +2812,7 @@ let BENCHMARKS = [
new WasmEMCCBenchmark({
name: "8bitbench-wasm",
files: [
"./polyfills/fast-text-encoding/1.0.3/text.js",
"./utils/polyfills/fast-text-encoding/1.0.3/text.js",
"./8bitbench/build/rust/pkg/emu_bench.js",
"./8bitbench/benchmark.js",
],
Expand Down
2 changes: 1 addition & 1 deletion in-depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<title>JetStream 3 In-Depth Analysis</title>

<link rel="stylesheet" href="JetStream.css">
<link rel="stylesheet" href="ressources/JetStream.css">

</head>
<body class="overflow-scroll">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<title>JetStream 3</title>

<link rel="stylesheet" href="JetStream.css">
<link rel="stylesheet" href="resources/JetStream.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, viewport-fit=cover">

<script>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h1 class="logo">
</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 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="resources/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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Loading