From: Chris Duncan Date: Mon, 3 Feb 2025 03:48:40 +0000 (-0800) Subject: Benchmark. X-Git-Tag: v3.0.0~59 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=df3541e323afa285a1b71dc8a2500be088f62bdc;p=nano-pow.git Benchmark. --- 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": {