From: Chris Duncan Date: Fri, 17 Jan 2025 21:01:31 +0000 (-0800) Subject: Log effort in test summary. X-Git-Tag: v2.0.0~24 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=01f539bb1d62cbfa30f26f96a237134c4cc7b402;p=nano-pow.git Log effort in test summary. --- diff --git a/test.html b/test.html index a869d42..d95e69e 100644 --- a/test.html +++ b/test.html @@ -39,7 +39,7 @@ SPDX-License-Identifier: GPL-3.0-or-later max = Math.max(max, times[i]) if (count < 3 || (i > (count * 0.1) && i < (count * 0.9))) truncated += times[i] } - const title = `NanoPow (WebGPU) | Dispatch: ${(0x100 * effort) ** 2} | Threads: ${8 * 8 * (0x100 * effort) ** 2}` + const title = `NanoPow (WebGPU) | Effort: ${effort} | Dispatch: ${(0x100 * effort) ** 2} | Threads: ${8 * 8 * (0x100 * effort) ** 2}` return { [title]: { count: count,