]> zoso.dev Git - nano-pow.git/commitdiff
Benchmark.
authorChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 03:48:40 +0000 (19:48 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 03:48:40 +0000 (19:48 -0800)
benchmarks.md

index b53d9fe354f01567c0fa5b985d2614dcb4541073..e9152c9757ac128efeec73b4b17d1b9ac1b152c3 100644 (file)
@@ -3,6 +3,23 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+
+2025-02-01 (laptop, main, vec2 operations, no temp vars, u32 type cast for carries, zero threshold, no early return)
+{
+       "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": {
+               "count": 128,
+               "total": 215110.39999985695,
+               "rate": 0.5826656955575709,
+               "min": 1231.8999999761581,
+               "max": 1940.1000000238419,
+               "median": 1731.3999999761581,
+               "arithmetic": 1680.5499999988824,
+               "truncated": 1716.2499999988313,
+               "harmonic": 1658.1870357863268,
+               "geometric": 1670.1939377722429
+       }
+}
+
 2025-02-01 (desktop, main, vec2 operations, u32 type cast for carries, zero threshold, no early return)
 {
        "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": {