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 96e0575 commit 3c648c7Copy full SHA for 3c648c7
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