From 21f74234b2c699b621fda5b9e74ed72e04610049 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 31 Jul 2026 13:59:48 -0700 Subject: [PATCH] Put link in regular paragraph instead of heading. --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index 3091e33..88571d6 100644 --- a/test/index.html +++ b/test/index.html @@ -345,7 +345,7 @@ SPDX-License-Identifier: GPL-3.0-or-later

Speed test for nano-pow

-

https://www.npmjs.com/package/nano-pow

+

https://www.npmjs.com/package/nano-pow

This benchmark tests a browser-based proof-of-work implementation for the cryptocurrency Nano.

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.

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

-- 2.52.0