From: Chris Duncan Date: Fri, 28 Mar 2025 05:44:05 +0000 (-0700) Subject: Remove deprecated property from test page. X-Git-Tag: v4.0.10~3 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b41f4ab710dc1adc282b32626f74cf0e249cd136;p=nano-pow.git Remove deprecated property from test page. --- diff --git a/test/index.html b/test/index.html index a0a6056..19d93a6 100644 --- a/test/index.html +++ b/test/index.html @@ -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,