This commit is contained in:
2026-01-20 05:20:45 -06:00
parent ff18682485
commit b3c0837d49
4 changed files with 10 additions and 23 deletions

View File

@@ -66,12 +66,6 @@ def benchmarks = [
data: [ array(1000, i => i *0.5) ],
iterations: 1000
},
{
name: "Large Binary Blob (256KB)",
// A 256KB ArrayBuffer
data: [ new Uint8Array(256 * 1024).buffer ],
iterations: 200
}
];
// Print a header