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

index 43bad7f5e0b8f8ff80a8ce7b6c16c936df0fce87..c93374d328035514b5d87e77bf26f9185b34f7d5 100644 (file)
@@ -3,6 +3,22 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+2025-02-02 (desktop, vec2 operations, temp vars, select for carries, zero threshold, no early return)
+{
+       "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": {
+               "count": 1024,
+               "total": 155016.60000002384,
+               "rate": 6.623733858698416,
+               "min": 148.2000000178814,
+               "max": 405.2000000178814,
+               "median": 150.90000000596046,
+               "arithmetic": 151.38339843752328,
+               "truncated": 150.9722493887312,
+               "harmonic": 151.2095653216647,
+               "geometric": 151.27158853045546
+       }
+}
+
 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": {