From: Chris Duncan Date: Mon, 3 Feb 2025 05:16:04 +0000 (-0800) Subject: Copy benchmark. X-Git-Tag: v3.0.0~53 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=04becfbe957ebc86440da7cb28f3f5a7571dda44;p=nano-pow.git Copy benchmark. --- diff --git a/benchmarks.md b/benchmarks.md index d32fec0..43bad7f 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> +2025-02-02 (desktop, 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": 154134.300001204, + "rate": 6.652845880818371, + "min": 149.09999999403954, + "max": 332.90000000596046, + "median": 150.19999998807907, + "arithmetic": 150.5217773449258, + "truncated": 150.31161369350545, + "harmonic": 150.42122356282434, + "geometric": 150.45883671227364 + } +} 2025-02-02 (desktop, compress-inline, no temp vars, vec4 operations, vec2 select for carries, zero threshold, no early return) {