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

index 6e11e9973bef2e89bbeb36234b8a037897404ca6..de638bc9a903e3a8619e5bf7c1b196a6115e3b97 100644 (file)
@@ -3,7 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
-
+2025-02-02 (desktop, compress-inline, no 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": 153737.2999996543,
+               "rate": 6.672381966975314,
+               "min": 148.10000002384186,
+               "max": 399.90000000596046,
+               "median": 149.80000001192093,
+               "arithmetic": 150.1340820309124,
+               "truncated": 149.8715158918449,
+               "harmonic": 149.98033249642677,
+               "geometric": 150.0330563607954
+       }
+}
 
 2025-02-02 (desktop, compress, temp vars, vec4 operations, vec4 type cast for carries, zero threshold, no early return)
 {