From df3541e323afa285a1b71dc8a2500be088f62bdc Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 19:48:40 -0800 Subject: [PATCH] Benchmark. --- benchmarks.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/benchmarks.md b/benchmarks.md index b53d9fe..e9152c9 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,23 @@ SPDX-FileCopyrightText: 2025 Chris Duncan 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": { -- 2.47.3