From: Chris Duncan Date: Mon, 3 Feb 2025 05:06:28 +0000 (-0800) Subject: Copy benchmark. X-Git-Tag: v3.0.0~55 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=390c435b8b7a8b6e7ea0ed0b2f90f6b5711cabe8;p=nano-pow.git Copy benchmark. --- diff --git a/benchmarks.md b/benchmarks.md index de638bc..94b3eb6 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-02 (desktop, compress-inline, no temp vars, vec4 operations, vec4 type cast for carries, zero threshold, no early return) +{ + "NanoPow (WebGPU) | Effort: 8 | Dispatch: 4194304 | Threads: 268435456": { + "count": 1024, + "total": 153660.0999993682, + "rate": 6.671968353041561, + "min": 148.59999999403954, + "max": 299.69999998807907, + "median": 149.89999997615814, + "arithmetic": 150.058691405633, + "truncated": 149.88080684527355, + "harmonic": 149.98481082698984, + "geometric": 150.01345917720215 + } +} + 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": {