]> zoso.dev Git - libnemo.git/commitdiff
Fix reference.
authorChris Duncan <chris@zoso.dev>
Sun, 22 Dec 2024 17:48:33 +0000 (09:48 -0800)
committerChris Duncan <chris@zoso.dev>
Sun, 22 Dec 2024 17:48:33 +0000 (09:48 -0800)
index.html

index e49a380e4367847282435e8993bb3a5304e9f4db..37291583a314da31f3bfe3f19f02340568c8ab72 100644 (file)
@@ -49,7 +49,7 @@ Geometric: ${Math.pow(product, 1 / count)} ms`
                                        const end = performance.now()
                                        times.push(end - start)
                                        works.innerHTML += `${work}<br/>`
-                                       console.log(block.work)
+                                       console.log(work)
                                }
                                let sum = 0, reciprocals = 0, product = 1, count = times.length
                                for (let i = 0; i < count; i++) {