]> zoso.dev Git - nano-pow.git/commitdiff
Remove deprecated property from test page.
authorChris Duncan <chris@zoso.dev>
Fri, 28 Mar 2025 05:44:05 +0000 (22:44 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 28 Mar 2025 05:44:05 +0000 (22:44 -0700)
test/index.html

index a0a60567ebc498b8c7b31bd596140afd32b8c0fe..19d93a6d19730efabebbee887ea6db774a9f9375 100644 (file)
@@ -52,7 +52,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
                        }
                        const title = type === 'WebGPU'
                                ? `NanoPow (${type}) | Effort: ${effort} | Dispatch: ${(0x100 * effort) ** 2} | Threads: ${8 * 8 * (0x100 * effort) ** 2}`
-                               : `NanoPow (${type}) | Effort: ${effort} | Pixels: ${NanoPowGl.size}`
+                               : `NanoPow (${type}) | Effort: ${effort}`
                        return {
                                [title]: {
                                        count: count,