From: Chris Duncan Date: Sun, 22 Dec 2024 17:48:33 +0000 (-0800) Subject: Fix reference. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=df1303b45f37b8337c1c3dbbb7cf88136e36729f;p=libnemo.git Fix reference. --- diff --git a/index.html b/index.html index e49a380..3729158 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ Geometric: ${Math.pow(product, 1 / count)} ms` const end = performance.now() times.push(end - start) works.innerHTML += `${work}
` - console.log(block.work) + console.log(work) } let sum = 0, reciprocals = 0, product = 1, count = times.length for (let i = 0; i < count; i++) {