]> zoso.dev Git - nano-pow.git/commitdiff
Copy benchmark.
authorChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 05:16:04 +0000 (21:16 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 05:16:04 +0000 (21:16 -0800)
benchmarks.md

index d32fec0ee6d11c0f53eb80bff93f21ed3ab7f9d2..43bad7f5e0b8f8ff80a8ce7b6c16c936df0fce87 100644 (file)
@@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+2025-02-02 (desktop, temp vars, vec4 operations, u32 type cast for carries, zero threshold, no early return)
+{
+       "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": {
+               "count": 1024,
+               "total": 154134.300001204,
+               "rate": 6.652845880818371,
+               "min": 149.09999999403954,
+               "max": 332.90000000596046,
+               "median": 150.19999998807907,
+               "arithmetic": 150.5217773449258,
+               "truncated": 150.31161369350545,
+               "harmonic": 150.42122356282434,
+               "geometric": 150.45883671227364
+       }
+}
 
 2025-02-02 (desktop, compress-inline, no temp vars, vec4 operations, vec2 select for carries, zero threshold, no early return)
 {