From 04becfbe957ebc86440da7cb28f3f5a7571dda44 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Feb 2025 21:16:04 -0800 Subject: [PATCH] Copy benchmark. --- benchmarks.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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) { -- 2.34.1