From: Chris Duncan Date: Thu, 16 Jan 2025 17:14:50 +0000 (-0800) Subject: Grammar and math. X-Git-Tag: v2.0.0~40 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=54a9db7967ed684be42368f572d3961b257d98c7;p=nano-pow.git Grammar and math. --- diff --git a/test.html b/test.html index 4710f0b..310e3df 100644 --- a/test.html +++ b/test.html @@ -89,7 +89,7 @@ SPDX-License-Identifier: GPL-3.0-or-later console.log(`%cNanoPow (${type})`, 'color:green', `Calculate proof-of-work for ${size} unique send block hashes`) const times = [] - document.getElementById('output').innerHTML += `Now testing: NanoPow (${type}) | Dispatch: ${(effort * 0x100) ** 2} | Threads/Dispatch: ${64 * ((effort * 0x100) ** 2)}
` + document.getElementById('output').innerHTML += `Now testing: NanoPow (${type}) | Dispatch: ${(effort * 0x200) ** 2} | Threads/Dispatch: ${64 * ((effort * 0x200) ** 2)}
` for (let i = 0; i < size; i++) { const hash = random() let work = null @@ -150,7 +150,7 @@ SPDX-License-Identifier: GPL-3.0-or-later

Speed test for NanoPow proof-of-work tool.

NanoPow uses cutting edge WebGPU technology. Not all browsers are supported.

NanoPow uses WebGL 2.0 as a fallback option if WebGPU is not detected.

-

Times below are in milliseconds and summarized by various averaging methods.

+

Times below are in milliseconds and are summarized by various averaging methods.

Level of Effort depends on hardware and does not guarantee faster results.