]> git.codecow.com Git - nano-pow.git/commitdiff
Benchmark.
authorChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 04:50:54 +0000 (20:50 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 04:50:54 +0000 (20:50 -0800)
benchmarks.md

index e9152c9757ac128efeec73b4b17d1b9ac1b152c3..0f63102985c1f08e842c3cbf021a285fefc9d620 100644 (file)
@@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+2025-02-01 (desktop, 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": 1024,
+               "total": 153949.80000004172,
+               "rate": 6.663815400905096,
+               "min": 149.2999999821186,
+               "max": 334.40000000596046,
+               "median": 149.90000000596046,
+               "arithmetic": 150.34160156254075,
+               "truncated": 150.06418092916823,
+               "harmonic": 150.2393007860643,
+               "geometric": 150.2775205781935
+       }
+}
 
 2025-02-01 (laptop, main, vec2 operations, no temp vars, u32 type cast for carries, zero threshold, no early return)
 {