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