From: Chris Duncan Date: Mon, 6 Jan 2025 19:28:37 +0000 (-0800) Subject: Skip nano-webgl-pow test comparison for now. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=b83e6517543155ef16c1801fd7f35aae7b4b1be4;p=libnemo.git Skip nano-webgl-pow test comparison for now. --- diff --git a/index.html b/index.html index d136439..99fcc8b 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ await block.pow() const end = performance.now() times.push(end - start) - works.innerHTML += `libnemo-powgl: ${block.work} (${end - start} ms)
` + works.innerHTML += `libnemo-powgpu: ${block.work} (${end - start} ms)
` console.log(block.work) } let sum = 0, reciprocals = 0, product = 1, count = times.length @@ -39,32 +39,33 @@ Geometric: ${Math.pow(product, 1 / count)} ms
` })()