]> zoso.dev Git - nano-pow.git/commitdiff
Log effort in test summary.
authorChris Duncan <chris@zoso.dev>
Fri, 17 Jan 2025 21:01:31 +0000 (13:01 -0800)
committerChris Duncan <chris@zoso.dev>
Fri, 17 Jan 2025 21:01:31 +0000 (13:01 -0800)
test.html

index a869d42854fd585ac55eeb682442024e32764487..d95e69ef727febdd34d23c3fc798ce330e3624e0 100644 (file)
--- 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,