We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9f8e9 commit 250ec13Copy full SHA for 250ec13
web-tooling-benchmark/benchmark.js
@@ -38,8 +38,6 @@ class Benchmark {
38
async loadAllFiles(preload) {
39
const loadPromises = Object.entries(preload).map(
40
async ([name, url]) => {
41
- console.log(name);
42
- console.log(url);
43
if (name.endsWith(".wasm")) {
44
let buffer = (await JetStream.getBinary(url)).buffer;
45
if (!(buffer instanceof ArrayBuffer)) {
0 commit comments