<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>