From a25922630fda2a000300ed1009a9234414d099cc Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 21 May 2026 10:50:01 -0700 Subject: [PATCH] Revert output change. --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index e147d2b..451052a 100644 --- a/test/index.html +++ b/test/index.html @@ -47,7 +47,7 @@ SPDX-License-Identifier: GPL-3.0-or-later const title = type === 'WebGPU' ? `NanoPow (${type}) | Effort: ${effort} | Dispatch: ${(effort << 8) << 1} | Threads: ${64 * (effort << 8) << 1}` : type === 'WebGL' - ? `NanoPow (${type}) | Effort: ${effort} | Work per frame: ${Math.min(effort << 8, glSize) << 1}` + ? `NanoPow (${type}) | Effort: ${effort} | Work per frame: ${Math.min(effort << 8, glSize) ** 2}` : `NanoPow (${type}) | Effort: ${effort}` return { [title]: averages -- 2.52.0