From: Chris Duncan Date: Mon, 3 Feb 2025 05:00:14 +0000 (-0800) Subject: Copy benchmark. X-Git-Tag: v3.0.0~56 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=6e77d6bc322e2d87eb266c420211c1b9726fcff7;p=nano-pow.git Copy benchmark. --- diff --git a/benchmarks.md b/benchmarks.md index 6e11e99..de638bc 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,7 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> - +2025-02-02 (desktop, compress-inline, no temp vars, vec4 operations, u32 type cast for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 153737.2999996543, + "rate": 6.672381966975314, + "min": 148.10000002384186, + "max": 399.90000000596046, + "median": 149.80000001192093, + "arithmetic": 150.1340820309124, + "truncated": 149.8715158918449, + "harmonic": 149.98033249642677, + "geometric": 150.0330563607954 + } +} 2025-02-02 (desktop, compress, temp vars, vec4 operations, vec4 type cast for carries, zero threshold, no early return) {