From: Chris Duncan Date: Thu, 21 May 2026 17:50:01 +0000 (-0700) Subject: Revert output change. X-Git-Tag: v5.1.15~1^2~6 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a25922630fda2a000300ed1009a9234414d099cc;p=nano-pow.git Revert output change. --- 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