]> git.codecow.com Git - nano-pow.git/commitdiff
Link to effort explanation.
authorChris Duncan <chris@codecow.com>
Sun, 26 Jul 2026 05:46:41 +0000 (22:46 -0700)
committerChris Duncan <chris@codecow.com>
Sun, 26 Jul 2026 05:46:41 +0000 (22:46 -0700)
index.html

index f0b51689d9b4d76d9dd9db89c85cdab86c7ec9b5..84a7e4917c340c1c7dfa45b56da2659031e5207d 100644 (file)
@@ -313,7 +313,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
        <p>This benchmark tests a browser-based proof-of-work implementation for the cryptocurrency Nano.</p>
        <p>NanoPow uses cutting edge WebGPU technology, and not all browsers support it. WebGL 2.0 is used as a fallback option if WebGPU is not detected, and a WASM module is used if neither GPU API is available.</p>
        <p>Times are measured in milliseconds and are summarized by various averaging methods.</p>
-       <p>Level of Effort depends on hardware and does not guarantee faster results.</p>
+       <p>Level of Effort depends on hardware and does not guarantee faster results. See <a href="https://www.npmjs.com/package/nano-pow#what-is-effort">#what-is-effort</a>.</p>
        <p>This benchmark operates by running a sequence of functions. First, a random 32-byte value is generated for a block hash. Next, the benchmark timer begins and NanoPow uses the block hash to find a nonce that meets a minimum threshold. Finally, it validates that nonce and then ends the timer.</p>
        <ul>
                <li>Each generate-validate sequence is timed as a unit.</li>