From b41f4ab710dc1adc282b32626f74cf0e249cd136 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 27 Mar 2025 22:44:05 -0700 Subject: [PATCH] Remove deprecated property from test page. --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1